次の方法で共有


BackupOperationsExtensions.BeginDeleting メソッド

定義

指定された backSetId で表されるバックアップ セットの削除を開始します。

public static Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse BeginDeleting(this Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations operations, string deviceId, string backupSetId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member BeginDeleting : Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse
<Extension()>
Public Function BeginDeleting (operations As IBackupOperations, deviceId As String, backupSetId As String, customRequestHeaders As CustomRequestHeaders) As TaskResponse

パラメーター

operations
IBackupOperations

Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations への参照。

deviceId
String

必須。 呼び出しが行われるデバイス ID。

backupSetId
String

必須。 削除するバックアップ セット ID。

customRequestHeaders
CustomRequestHeaders

必須。 クライアントで使用する必要があるカスタム要求ヘッダー。

戻り値

これは、すべての非同期呼び出しのタスク応答です

適用対象