次の方法で共有


AutomationAccountOperationsExtensions.DeleteAsync メソッド

定義

オーバーロード

DeleteAsync(IAutomationAccountOperations, String, String)
DeleteAsync(IAutomationAccountOperations, String, String, CancellationToken)

Automation アカウントを削除します。 http://aka.ms/azureautomationsdk/automationaccountoperations

DeleteAsync(IAutomationAccountOperations, String, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccountName);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccountName As String) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String
automationAccountName
String

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

適用対象

DeleteAsync(IAutomationAccountOperations, String, String, CancellationToken)

Automation アカウントを削除します。 http://aka.ms/azureautomationsdk/automationaccountoperations

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IAutomationAccountOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象