次の方法で共有


RecoveryServicesPrivateEndpointConnectionStatus 構造体

定義

状態を取得または設定します。

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

コンストラクター

RecoveryServicesPrivateEndpointConnectionStatus(String)

RecoveryServicesPrivateEndpointConnectionStatus の新しいインスタンスを初期化します。

プロパティ

Approved

承認済み

Disconnected

[接続解除されました。]

Pending

保留中

Rejected

拒否。

メソッド

Equals(RecoveryServicesPrivateEndpointConnectionStatus)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RecoveryServicesPrivateEndpointConnectionStatus, RecoveryServicesPrivateEndpointConnectionStatus)

2 つの RecoveryServicesPrivateEndpointConnectionStatus 値が同じかどうかを判断します。

Implicit(String to RecoveryServicesPrivateEndpointConnectionStatus)

文字列を RecoveryServicesPrivateEndpointConnectionStatus に変換します。

Inequality(RecoveryServicesPrivateEndpointConnectionStatus, RecoveryServicesPrivateEndpointConnectionStatus)

2 つの RecoveryServicesPrivateEndpointConnectionStatus 値が同じでないかどうかを判断します。

適用対象