Interface Webhook.UpdateDefinition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>
,Webhook.UpdateDefinitionStages.Blank<ParentT>
,Webhook.UpdateDefinitionStages.WithAttach<ParentT>
,Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
,Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
,Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT>
,Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>
,Webhook.UpdateDefinitionStages.WithTags<ParentT>
,Webhook.UpdateDefinitionStages.WithTriggerWhen<ParentT>
- Enclosing interface:
- Webhook
public static interface Webhook.UpdateDefinition<ParentT>
extends Webhook.UpdateDefinitionStages.Blank<ParentT>, Webhook.UpdateDefinitionStages.WithTriggerWhen<ParentT>, Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>, Webhook.UpdateDefinitionStages.WithAttach<ParentT>
Grouping of the container registry's webhook update definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithCustomHeaders
withCustomHeader, withCustomHeaders
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithDefaultStatus
enabled
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithRepositoriesScope
withRepositoriesScope
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithServiceUri
withServiceUri
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithTags
withTag, withTags
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithTriggerWhen
withTriggerWhen