次の方法で共有


BackupPolicyOperationsExtensions.Delete メソッド

定義

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

パラメーター

operations
IBackupPolicyOperations

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

deviceId
String

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

policyId
String

必須。 削除するバックアップ ポリシー ID。

customRequestHeaders
CustomRequestHeaders

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

戻り値

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

適用対象