次の方法で共有


IDeploymentOperations.BeginDeletingAsync メソッド

定義

デプロイの削除を開始します。操作が要求の処理を完了したかどうかを確認するには、GetLongRunningOperationStatus を呼び出します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse> BeginDeletingAsync(string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken);
abstract member BeginDeletingAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse>
Public Function BeginDeletingAsync (resourceGroupName As String, deploymentName As String, cancellationToken As CancellationToken) As Task(Of LongRunningOperationResponse)

パラメーター

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName
String

削除するデプロイの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

長時間実行される操作の標準のサービス応答です。

適用対象