Uses of Class
com.azure.resourcemanager.containerservice.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessManagedClusterInner. publicNetworkAccess()Get the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network access for AKS.PublicNetworkAccessManagedClusterProperties. publicNetworkAccess()Get the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network access for AKS.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PublicNetworkAccess Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network access for AKS.ManagedClusterPropertiesManagedClusterProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network access for AKS. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.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.containerservice.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()
-