Condividi tramite


ManagedHsmPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

public readonly struct ManagedHsmPrivateEndpointServiceConnectionStatus : IEquatable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateEndpointServiceConnectionStatus>
type ManagedHsmPrivateEndpointServiceConnectionStatus = struct
Public Structure ManagedHsmPrivateEndpointServiceConnectionStatus
Implements IEquatable(Of ManagedHsmPrivateEndpointServiceConnectionStatus)
Inheritance
ManagedHsmPrivateEndpointServiceConnectionStatus
Implements

Constructors

Name Description
ManagedHsmPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of ManagedHsmPrivateEndpointServiceConnectionStatus.

Properties

Name Description
Approved

Gets the Approved.

Disconnected

Gets the Disconnected.

Pending

Gets the Pending.

Rejected

Gets the Rejected.

Methods

Name Description
Equals(ManagedHsmPrivateEndpointServiceConnectionStatus)

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(ManagedHsmPrivateEndpointServiceConnectionStatus, ManagedHsmPrivateEndpointServiceConnectionStatus)

Determines if two ManagedHsmPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to ManagedHsmPrivateEndpointServiceConnectionStatus)

Converts a string to a ManagedHsmPrivateEndpointServiceConnectionStatus.

Implicit(String to Nullable<ManagedHsmPrivateEndpointServiceConnectionStatus>)
Inequality(ManagedHsmPrivateEndpointServiceConnectionStatus, ManagedHsmPrivateEndpointServiceConnectionStatus)

Determines if two ManagedHsmPrivateEndpointServiceConnectionStatus values are not the same.

Applies to