Interface Registry.DefinitionStages
-
- Enclosing interface:
- Registry
public static interface Registry.DefinitionStagesGrouping of registry definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRegistry.DefinitionStages.BlankThe first stage of a container registry definition.static interfaceRegistry.DefinitionStages.WithAdminUserEnabledThe stage of the registry definition allowing to enable admin user.static interfaceRegistry.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceRegistry.DefinitionStages.WithGroupThe stage of the container service definition allowing to specify the resource group.static interfaceRegistry.DefinitionStages.WithPublicNetworkAccessThe stage of the container registry definition allowing to disable public network access.static interfaceRegistry.DefinitionStages.WithSkuThe stage of the registry definition allowing to specify the SKU type.static interfaceRegistry.DefinitionStages.WithWebhookThe stage of the container registry definition allowing to add or remove a webhook.
-