Auf Englisch lesen

Freigeben über


WebhookOperationsExtensions.DeleteAsync Methode

Definition

Überlädt

DeleteAsync(IWebhookOperations, String, String, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccount, string webhookName);

Parameter

operations
IWebhookOperations
resourceGroupName
String
automationAccount
String
webhookName
String

Gibt zurück

Task<Microsoft.Azure.AzureOperationResponse>

Gilt für:

Azure SDK for .NET Latest
Produkt Versionen
Azure SDK for .NET Latest

DeleteAsync(IWebhookOperations, String, String, String, CancellationToken)

Löschen Sie den Webhook nach Name. http://aka.ms/azureautomationsdk/webhookoperations

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccountName, string webhookName, System.Threading.CancellationToken cancellationToken = default);

Parameter

operations
IWebhookOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

webhookName
String

Der Webhookname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für:

Azure SDK for .NET Legacy
Produkt Versionen
Azure SDK for .NET Legacy