IWebhooksClientBeta 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 IWebhooksClientBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWebhooksClientBeta = interface
interface IBeta
Public Interface IWebhooksClientBeta
Implements IBeta
- Derived
- Implements
Methods
Delete(String, String, String) |
Deletes a webhook from the container registry. |
DeleteAsync(String, String, String, CancellationToken) |
Deletes a webhook from the container registry. |
Get(String, String, String) |
Gets the properties of the specified webhook. |
GetAsync(String, String, String, CancellationToken) |
Gets the properties of the specified webhook. |
List(String, String) |
Lists all the webhooks for the container registry. |
ListAsync(String, String, CancellationToken) |
Lists all the webhooks for the container registry. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET