WebhookOperationsExtensions.Delete(IWebhookOperations, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete the webhook by name. (see http://aka.ms/azureautomationsdk/webhookoperations for more information)
public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccount, string webhookName);
static member Delete : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IWebhookOperations, resourceGroupName As String, automationAccount As String, webhookName As String) As AzureOperationResponse
Parameters
- operations
- IWebhookOperations
Reference to the Microsoft.Azure.Management.Automation.IWebhookOperations.
- resourceGroupName
- System.String
Required. The name of the resource group
- automationAccount
- System.String
Required. The automation account name.
- webhookName
- System.String
Required. The webhook name.
Returns
- Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.