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