Uses of Interface
com.azure.resourcemanager.containerregistry.models.Registry.DefinitionStages.WithCreate
Packages that use Registry.DefinitionStages.WithCreate
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a registry.Methods in com.azure.resourcemanager.containerregistry.models that return Registry.DefinitionStages.WithCreateModifier and TypeMethodDescriptionRegistry.DefinitionStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.Registry.DefinitionStages.WithSku.withBasicSku()Creates a 'managed' registry with a 'Basic' SKU type.Registry.DefinitionStages.WithSku.withPremiumSku()Creates a 'managed' registry with a 'Premium' SKU type.Registry.DefinitionStages.WithAdminUserEnabled.withRegistryNameAsAdminUser()Enable admin user.Registry.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.WithCreateModifier and TypeMethodDescriptionRegistry.DefinitionStages.WithWebhook.defineWebhook(String name) Begins the definition of a new webhook to be added to this container registry.