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.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithCustomHeaders
withCustomHeader, withCustomHeaders
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithDefaultStatus
enabled
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithRepositoriesScope
withRepositoriesScope
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithServiceUri
withServiceUri
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithTriggerWhen
withTriggerWhen
-
-