PrivateEndpointConnectionStatus 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.
Gets or sets the status.
public readonly struct PrivateEndpointConnectionStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.PrivateEndpointConnectionStatus>
type PrivateEndpointConnectionStatus = struct
Public Structure PrivateEndpointConnectionStatus
Implements IEquatable(Of PrivateEndpointConnectionStatus)
- Inheritance
-
PrivateEndpointConnectionStatus
- Implements
Constructors
PrivateEndpointConnectionStatus(String) |
Initializes a new instance of PrivateEndpointConnectionStatus. |
Properties
Approved |
Approved. |
Disconnected |
Disconnected. |
Pending |
Pending. |
Rejected |
Rejected. |
Methods
Equals(PrivateEndpointConnectionStatus) |
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(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus) |
Determines if two PrivateEndpointConnectionStatus values are the same. |
Implicit(String to PrivateEndpointConnectionStatus) |
Converts a string to a PrivateEndpointConnectionStatus. |
Inequality(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus) |
Determines if two PrivateEndpointConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET