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

Interfaces

IBlank<ParentT>

The first stage of the webhook definition.

IUpdateDefinition<ParentT>

Grouping of the container registry's webhook update definition.

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 group 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.

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.

IWithTags<ParentT>

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

IWithTriggerWhen<ParentT>

The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.