Uses of Interface
com.azure.resourcemanager.containerregistry.models.Registry.DefinitionStages.WithCreate
-
Packages that use Registry.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Registry.DefinitionStages.WithCreate in com.azure.resourcemanager.containerregistry.models
Subinterfaces of Registry.DefinitionStages.WithCreate in com.azure.resourcemanager.containerregistry.models Modifier and Type Interface Description static interfaceRegistry.DefinitionContainer interface for all the definitions related to a registry.Methods in com.azure.resourcemanager.containerregistry.models that return Registry.DefinitionStages.WithCreate Modifier and Type Method Description Registry.DefinitionStages.WithCreateRegistry.DefinitionStages.WithPublicNetworkAccess. disablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.Registry.DefinitionStages.WithCreateRegistry.DefinitionStages.WithSku. withBasicSku()Creates a 'managed' registry with a 'Basic' SKU type.Registry.DefinitionStages.WithCreateRegistry.DefinitionStages.WithSku. withPremiumSku()Creates a 'managed' registry with a 'Premium' SKU type.Registry.DefinitionStages.WithCreateRegistry.DefinitionStages.WithAdminUserEnabled. withRegistryNameAsAdminUser()Enable admin user.Registry.DefinitionStages.WithCreateRegistry.DefinitionStages.WithSku. withStandardSku()Creates a 'managed' registry with a 'Standard' SKU type.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type Registry.DefinitionStages.WithCreate Modifier and Type Method Description Webhook.DefinitionStages.Blank<Registry.DefinitionStages.WithCreate>Registry.DefinitionStages.WithWebhook. defineWebhook(String name)Begins the definition of a new webhook to be added to this container registry.
-