IWebhooksClient Interface
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.
Grouping of registry webhook actions.
public interface IWebhooksClient : Microsoft.Azure.Management.ContainerRegistry.Fluent.Registries.WebhooksClient.IWebhooksClientBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWebhooksClient = interface
interface IWebhooksClientBeta
interface IBeta
Public Interface IWebhooksClient
Implements IBeta, IWebhooksClientBeta
- Implements
Methods
Delete(String, String, String) |
Deletes a webhook from the container registry. (Inherited from IWebhooksClientBeta) |
DeleteAsync(String, String, String, CancellationToken) |
Deletes a webhook from the container registry. (Inherited from IWebhooksClientBeta) |
Get(String, String, String) |
Gets the properties of the specified webhook. (Inherited from IWebhooksClientBeta) |
GetAsync(String, String, String, CancellationToken) |
Gets the properties of the specified webhook. (Inherited from IWebhooksClientBeta) |
List(String, String) |
Lists all the webhooks for the container registry. (Inherited from IWebhooksClientBeta) |
ListAsync(String, String, CancellationToken) |
Lists all the webhooks for the container registry. (Inherited from IWebhooksClientBeta) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET