Interface Webhook.UpdateResourceStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Settable<ParentT>
,Webhook.UpdateResourceStages.WithCustomHeaders<ParentT>
,Webhook.UpdateResourceStages.WithDefaultStatus<ParentT>
,Webhook.UpdateResourceStages.WithOrWithoutTags<ParentT>
,Webhook.UpdateResourceStages.WithRepositoriesScope<ParentT>
,Webhook.UpdateResourceStages.WithServiceUri<ParentT>
,Webhook.UpdateResourceStages.WithTriggerWhen<ParentT>
- All Known Subinterfaces:
Webhook.UpdateResource<ParentT>
,Webhook.UpdateResourceStages.Blank<ParentT>
- Enclosing interface:
- Webhook.UpdateResourceStages
public static interface Webhook.UpdateResourceStages.WithAttach<ParentT>
extends Webhook.UpdateResourceStages.WithTriggerWhen<ParentT>, Webhook.UpdateResourceStages.WithServiceUri<ParentT>, Webhook.UpdateResourceStages.WithCustomHeaders<ParentT>, Webhook.UpdateResourceStages.WithRepositoriesScope<ParentT>, Webhook.UpdateResourceStages.WithDefaultStatus<ParentT>, Webhook.UpdateResourceStages.WithOrWithoutTags<ParentT>, Settable<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.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Settable
parent
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithCustomHeaders
withCustomHeader, withCustomHeaders
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithDefaultStatus
enabled
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithOrWithoutTags
withoutTag, withTag, withTags
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithRepositoriesScope
withRepositoriesScope
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithServiceUri
withServiceUri
Methods inherited from interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithTriggerWhen
withTriggerWhen