Interface Webhook.UpdateDefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>,Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>,Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>,Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT>,Webhook.UpdateDefinitionStages.WithTags<ParentT>
- All Known Subinterfaces:
Webhook.UpdateDefinition<ParentT>
- Enclosing interface:
- Webhook.UpdateDefinitionStages
public static interface Webhook.UpdateDefinitionStages.WithAttach<ParentT> extends Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>, Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT>, Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>, Webhook.UpdateDefinitionStages.WithTags<ParentT>, Attachable.InUpdate<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.
-
-
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.WithTags
withTag, withTags
-
-