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
StorageSyncPrivateEndpointServiceConnectionStatus(String) |
Initializes a new instance of StorageSyncPrivateEndpointServiceConnectionStatus. |
Properties
Approved |
Approved. |
Pending |
Pending. |
Rejected |
Rejected. |
Methods
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
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. |
Applies to
Azure SDK for .NET