HybridRunbookWorkerGroupOperationsExtensions.DeleteAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
DeleteAsync(IHybridRunbookWorkerGroupOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccount, string hybridRunbookWorkerGroupName);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccount As String, hybridRunbookWorkerGroupName As String) As Task(Of AzureOperationResponse)
Parametrar
- operations
- IHybridRunbookWorkerGroupOperations
- resourceGroupName
- String
- automationAccount
- String
- hybridRunbookWorkerGroupName
- String
Returer
Task<Microsoft.Azure.AzureOperationResponse>
Gäller för
DeleteAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)
Ta bort en hybrid runbook worker-grupp. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, string hybridRunbookWorkerGroupName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccountName As String, hybridRunbookWorkerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parametrar
- operations
- IHybridRunbookWorkerGroupOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- resourceGroupName
- String
Namnet på en Azure-resursgrupp.
- automationAccountName
- String
Namnet på automationskontot.
- hybridRunbookWorkerGroupName
- String
Namnet på hybrid runbook worker-gruppen
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET