StorageSyncPrivateEndpointServiceConnectionStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The private endpoint connection status.
public readonly struct StorageSyncPrivateEndpointServiceConnectionStatus : IEquatable<Azure.ResourceManager.StorageSync.Models.StorageSyncPrivateEndpointServiceConnectionStatus>
type StorageSyncPrivateEndpointServiceConnectionStatus = struct
Public Structure StorageSyncPrivateEndpointServiceConnectionStatus
Implements IEquatable(Of StorageSyncPrivateEndpointServiceConnectionStatus)
- Inheritance
-
StorageSyncPrivateEndpointServiceConnectionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| StorageSyncPrivateEndpointServiceConnectionStatus(String) |
Initializes a new instance of StorageSyncPrivateEndpointServiceConnectionStatus. |
Properties
| Name | Description |
|---|---|
| Approved |
Approved. |
| Pending |
Pending. |
| Rejected |
Rejected. |
Methods
| Name | Description |
|---|---|
| Equals(StorageSyncPrivateEndpointServiceConnectionStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(StorageSyncPrivateEndpointServiceConnectionStatus, StorageSyncPrivateEndpointServiceConnectionStatus) |
Determines if two StorageSyncPrivateEndpointServiceConnectionStatus values are the same. |
| Implicit(String to StorageSyncPrivateEndpointServiceConnectionStatus) |
Converts a String to a StorageSyncPrivateEndpointServiceConnectionStatus. |
| Inequality(StorageSyncPrivateEndpointServiceConnectionStatus, StorageSyncPrivateEndpointServiceConnectionStatus) |
Determines if two StorageSyncPrivateEndpointServiceConnectionStatus values are not the same. |