Interface Webhook.UpdateResourceStages.Blank<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this update definition
- All Superinterfaces:
Settable<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>
- All Known Subinterfaces:
Webhook.UpdateResource<ParentT>
- Enclosing interface:
- Webhook.UpdateResourceStages
public static interface Webhook.UpdateResourceStages.Blank<ParentT> extends Webhook.UpdateResourceStages.WithAttach<ParentT>
The first stage of the webhook definition.
-
-
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
-
-