Interface Webhook.UpdateResourceStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.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>, com.azure.resourcemanager.resources.fluentcore.model.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.azure.resourcemanager.resources.fluentcore.model.Settable
parentMethods inherited from interface Webhook.UpdateResourceStages.WithCustomHeaders
withCustomHeader, withCustomHeadersMethods inherited from interface Webhook.UpdateResourceStages.WithDefaultStatus
enabledMethods inherited from interface Webhook.UpdateResourceStages.WithOrWithoutTags
withoutTag, withTag, withTagsMethods inherited from interface Webhook.UpdateResourceStages.WithRepositoriesScope
withRepositoriesScopeMethods inherited from interface Webhook.UpdateResourceStages.WithServiceUri
withServiceUriMethods inherited from interface Webhook.UpdateResourceStages.WithTriggerWhen
withTriggerWhen