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