次の方法で共有


DataReplicationProtectedItemCollection.Get(String, CancellationToken) メソッド

定義

保護された項目の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}
  • 操作IdProtectedItem_Get
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemResource> Get (string protectedItemName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationProtectedItemResource>
Public Overridable Function Get (protectedItemName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataReplicationProtectedItemResource)

パラメーター

protectedItemName
String

保護されたアイテム名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

protectedItemName は空の文字列であり、空でないと想定されていました。

protectedItemName が null です。

適用対象