RecoveryServicesPrivateEndpointConnectionStatus Struct

Definition

Gets or sets the status.

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

Constructors

RecoveryServicesPrivateEndpointConnectionStatus(String)

Initializes a new instance of RecoveryServicesPrivateEndpointConnectionStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(RecoveryServicesPrivateEndpointConnectionStatus)

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

Determines if two RecoveryServicesPrivateEndpointConnectionStatus values are the same.

Implicit(String to RecoveryServicesPrivateEndpointConnectionStatus)

Converts a String to a RecoveryServicesPrivateEndpointConnectionStatus.

Inequality(RecoveryServicesPrivateEndpointConnectionStatus, RecoveryServicesPrivateEndpointConnectionStatus)

Determines if two RecoveryServicesPrivateEndpointConnectionStatus values are not the same.

Applies to