Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource Namespace

Interfaces

IBlank<ParentT>

The first stage of the webhook definition.

IUpdateResource<ParentT>

The entirety of a webhook resource update as part of a container registry update.

IWithAttach<ParentT>

The final stage of the webhook definition. At this stage, any remaining optional settings can be specified, or the webhook definition can be attached to the parent container registry definition.

IWithCustomHeaders<ParentT>

The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.

IWithDefaultStatus<ParentT>

The stage of the webhook definition allowing to specify the default status of the webhook after being created.

IWithOrWithoutTags<ParentT>

The stage of the webhook definition allowing to specify the tags.

IWithRepositoriesScope<ParentT>

The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.

IWithServiceUri<ParentT>

The stage of the webhook definition allowing to specify the service URI for post notifications.

IWithTriggerWhen<ParentT>