次の方法で共有


ItemLevelRecoveryConnectionsOperationsExtensions.RevokeAsync メソッド

定義

スクリプトのダウンロードに使用できる iSCSI 接続を取り消します。 このスクリプトを実行すると、すべての回復可能なファイルとフォルダーが表示されたエクスプローラーが開きます。 これは非同期操作です。

public static System.Threading.Tasks.Task RevokeAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IItemLevelRecoveryConnectionsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, string recoveryPointId, System.Threading.CancellationToken cancellationToken = default);
static member RevokeAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IItemLevelRecoveryConnectionsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RevokeAsync (operations As IItemLevelRecoveryConnectionsOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, recoveryPointId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IItemLevelRecoveryConnectionsOperations

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName
String

バックアップされた項目に関連付けられているファブリック名。

containerName
String

バックアップされた項目に関連付けられているコンテナー名。

protectedItemName
String

ファイル/フォルダーを復元するアイテム名をバックアップします。

recoveryPointId
String

バックアップされたデータを表す復旧ポイント ID。 このバックアップ されたデータに対して iSCSI 接続が取り消されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象