Interface Webhook.WebhookDefinition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,Resource.DefinitionWithTags<Webhook.DefinitionStages.WithAttach<ParentT>>,Webhook.DefinitionStages.Blank<ParentT>,Webhook.DefinitionStages.WithAttach<ParentT>,Webhook.DefinitionStages.WithCustomHeaders<ParentT>,Webhook.DefinitionStages.WithDefaultStatus<ParentT>,Webhook.DefinitionStages.WithRepositoriesScope<ParentT>,Webhook.DefinitionStages.WithServiceUri<ParentT>,Webhook.DefinitionStages.WithTriggerWhen<ParentT>
- Enclosing interface:
- Webhook
public static interface Webhook.WebhookDefinition<ParentT> extends Webhook.DefinitionStages.Blank<ParentT>, Webhook.DefinitionStages.WithTriggerWhen<ParentT>, Webhook.DefinitionStages.WithServiceUri<ParentT>, Webhook.DefinitionStages.WithAttach<ParentT>
Grouping of the container register webhook definitions.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.DefinitionStages.WithCustomHeaders
withCustomHeader, withCustomHeaders
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.DefinitionStages.WithDefaultStatus
enabled
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.DefinitionStages.WithRepositoriesScope
withRepositoriesScope
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.DefinitionStages.WithServiceUri
withServiceUri
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Webhook.DefinitionStages.WithTriggerWhen
withTriggerWhen
-
-