Uses of Class
com.azure.resourcemanager.containerregistry.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessRegistryInner. publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.PublicNetworkAccessRegistryProperties. publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.PublicNetworkAccessRegistryPropertiesUpdateParameters. 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 PublicNetworkAccess Modifier and Type Method Description RegistryInnerRegistryInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryPropertiesRegistryProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryPropertiesUpdateParametersRegistryPropertiesUpdateParameters. 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 PublicNetworkAccess Modifier and Type Field Description static PublicNetworkAccessPublicNetworkAccess. DISABLEDStatic value Disabled for PublicNetworkAccess.static PublicNetworkAccessPublicNetworkAccess. ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.containerregistry.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccessRegistry. publicNetworkAccess()PublicNetworkAccessRegistryUpdateParameters. 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 PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PublicNetworkAccess Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.
-