IWebhook 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.
An object that represents a webhook for a container registry.
public interface IWebhook : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook,Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.WebhookInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IWebhook>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate>
type IWebhook = interface
interface IBeta
interface IExternalChildResource<IWebhook, IRegistry>
interface IChildResource<IRegistry>
interface IHasName
interface IIndexable
interface IHasParent<IRegistry>
interface IRefreshable<IWebhook>
interface IResource
interface IHasId
interface IHasInner<WebhookInner>
interface IUpdatable<IUpdate>
Public Interface IWebhook
Implements IBeta, IChildResource(Of IRegistry), IExternalChildResource(Of IWebhook, IRegistry), IHasInner(Of WebhookInner), IHasParent(Of IRegistry), IRefreshable(Of IWebhook), IResource, IUpdatable(Of IUpdate)
- Implements
Properties
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
Methods
CustomHeaders() | |
Disable() |
Changes the status of the webhook to "disabled". |
DisableAsync(CancellationToken) |
Changes the status of the webhook to "disabled". |
Enable() |
Changes the status of the webhook to "enabled". |
EnableAsync(CancellationToken) |
Changes the status of the webhook to "enabled". |
IsEnabled() | |
ListEvents() | |
ListEventsAsync(Boolean, CancellationToken) | |
ParentId() | |
Ping() | |
PingAsync(CancellationToken) | |
ProvisioningState() | |
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Scope() | |
ServiceUri() | |
Triggers() | |
Update() | (Inherited from IUpdatable<T>) |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET