Uses of Class
com.azure.resourcemanager.containerregistry.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionRegistryInner.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryPropertiesUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionRegistryInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryPropertiesUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.containerregistry.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.Registry.publicNetworkAccess()Gets the state of public network access for the container registry.RegistryUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionRegistryUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.