英語で読む

次の方法で共有


IVirtualMachineScaleSetVMsOperations.BeginDeleteWithHttpMessagesAsync メソッド

定義

オーバーロード

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>)

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, string instanceId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);

パラメーター

resourceGroupName
String
vmScaleSetName
String
instanceId
String
customHeaders
Dictionary<String,List<String>>

戻り値

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

VM スケール セットから仮想マシンを削除します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, string instanceId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);

パラメーター

resourceGroupName
String

リソース グループの名前。

vmScaleSetName
String

VM スケール セットの名前。

instanceId
String

仮想マシンのインスタンス ID。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy

BeginDeleteWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

VM スケール セットから仮想マシンを削除します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, string instanceId, bool? forceDeletion = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);

パラメーター

resourceGroupName
String

リソース グループの名前。

vmScaleSetName
String

VM スケール セットの名前。

instanceId
String

仮想マシンのインスタンス ID。

forceDeletion
Nullable<Boolean>

VM スケール セットから仮想マシンを強制的に削除する省略可能なパラメーター。 (プレビューの機能)

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象

Azure SDK for .NET Legacy
製品 バージョン
Azure SDK for .NET Legacy