次の方法で共有


DataContainerOperationsExtensions.BeginDeletingAsync メソッド

定義

[ボリューム コンテナーの削除の開始] 操作では、指定したボリューム コンテナーが削除されます。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations operations, string deviceId, string dataContainerId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As IDataContainerOperations, deviceId As String, dataContainerId As String, customRequestHeaders As CustomRequestHeaders) As Task(Of TaskResponse)

パラメーター

operations
IDataContainerOperations

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

deviceId
String

必須です。 デバイス ID

dataContainerId
String

必須です。 削除する必要があるデータ コンテナーの ID

customRequestHeaders
CustomRequestHeaders

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

戻り値

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

適用対象