Share via


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

PrivateEndpointConnectionStatus(String)

Initializes a new instance of PrivateEndpointConnectionStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

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

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