IWebhook Interface

Definition

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