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

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

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 PrivateEndpointConnectionStatus)

Converts a String to a PrivateEndpointConnectionStatus.

Inequality(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus)

Determines if two PrivateEndpointConnectionStatus values are not the same.

Applies to