PrivateEndpointConnectionStatus Struct

Definition

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

Name Description
PrivateEndpointConnectionStatus(String)

Initializes a new instance of PrivateEndpointConnectionStatus.

Properties

Name Description
Approved

Gets the Approved.

Disconnected

Gets the Disconnected.

Pending

Gets the Pending.

Rejected

Gets the Rejected.

Methods

Name Description
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

Name Description
Equality(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus)

Determines if two PrivateEndpointConnectionStatus values are the same.

Implicit(String to Nullable<PrivateEndpointConnectionStatus>)
Implicit(String to PrivateEndpointConnectionStatus)

Converts a string to a PrivateEndpointConnectionStatus.

Inequality(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus)

Determines if two PrivateEndpointConnectionStatus values are not the same.

Applies to