WebhookOperationsExtensions Class
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.
Extension methods for WebhookOperations.
public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
- Inheritance
-
WebhookOperationsExtensions
Methods
Microsoft.Azure.Management.Automation.WebhookOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IWebhookOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters) Microsoft.Azure.Management.Automation.WebhookOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IWebhookOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters) Microsoft.Azure.Management.Automation.WebhookOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IWebhookOperations,System.String,System.String,System.String) Microsoft.Azure.Management.Automation.WebhookOperationsExtensions.GenerateUriAsync(Microsoft.Azure.Management.Automation.IWebhookOperations,System.String,System.String) Microsoft.Azure.Management.Automation.WebhookOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IWebhookOperations,System.String,System.String,System.String)| Name | Description |
|---|---|
| Delete(IWebhookOperations, String, String, String) |
Delete the webhook by name. |
| GenerateUri(IWebhookOperations, String, String) |
Generates a Uri for use in creating a webhook. |
| Get(IWebhookOperations, String, String, String) |
Retrieve the webhook identified by webhook name. |
| List(IWebhookOperations, String, String, String) | |
| ListAsync(IWebhookOperations, String, String, String) | |
| ListNext(IWebhookOperations, String) | |
| ListNextAsync(IWebhookOperations, String) | |
| Patch(IWebhookOperations, String, String, WebhookPatchParameters) | |
| PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters) | |