次の方法で共有


BackupOperationsExtensions.Delete メソッド

定義

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

パラメーター

operations
IBackupOperations

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

deviceId
String

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

backupSetId
String

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

customRequestHeaders
CustomRequestHeaders

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

戻り値

非同期タスクに関する情報

適用対象