次の方法で共有


RecoveryServicesPrivateEndpointConnectionProvisioningState 構造体

定義

プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。

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

コンストラクター

RecoveryServicesPrivateEndpointConnectionProvisioningState(String)

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

プロパティ

Deleting

Deleting。

Failed

失敗。

Pending

保留中

Succeeded

成功。

メソッド

Equals(RecoveryServicesPrivateEndpointConnectionProvisioningState)

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

ToString()

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

演算子

Equality(RecoveryServicesPrivateEndpointConnectionProvisioningState, RecoveryServicesPrivateEndpointConnectionProvisioningState)

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

Implicit(String to RecoveryServicesPrivateEndpointConnectionProvisioningState)

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

Inequality(RecoveryServicesPrivateEndpointConnectionProvisioningState, RecoveryServicesPrivateEndpointConnectionProvisioningState)

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

適用対象