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.
null.
-
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.Subinterfaces with type arguments of type Registry.DefinitionStages.WithCreate in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe 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.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.WithDedicatedDataEndpoints.enableDedicatedDataEndpoints()Enables dedicated data endpoints for the container registry.Registry.DefinitionStages.WithPublicNetworkAccess.withAccessFromIpAddress(String ipAddress) Specifies that access to the container registry from the specific ip address should be allowed.Registry.DefinitionStages.WithPublicNetworkAccess.withAccessFromIpAddressRange(String ipAddressCidr) Specifies that access to the container registry from the specific ip range should be allowed.Registry.DefinitionStages.WithPublicNetworkAccess.withAccessFromSelectedNetworks()Specifies that by default access to container registry should be denied from all networks except from those networks specified viaRegistry.DefinitionStages.WithPublicNetworkAccess.withAccessFromIpAddress(String)()}Registry.DefinitionStages.WithPublicNetworkAccess.withAccessFromIpAddressRange(String).Registry.DefinitionStages.WithPublicNetworkAccess.withAccessFromTrustedServices()Specifies that access to the container registry from trusted services should be allowed.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.Registry.DefinitionStages.WithZoneRedundancy.withZoneRedundancy()Enables zone redundancy for the container registry.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.