Uses of Class
com.azure.resourcemanager.containerservice.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 PublicNetworkAccessModifier and TypeMethodDescriptionManagedClusterInner.publicNetworkAccess()Get the publicNetworkAccess property: PublicNetworkAccess of the managedClusterManagedClusterProperties.publicNetworkAccess()Get the publicNetworkAccess property: PublicNetworkAccess of the managedClusterMethods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionManagedClusterInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: PublicNetworkAccess of the managedClusterManagedClusterProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: PublicNetworkAccess of the managedCluster -
Uses of PublicNetworkAccess in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.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.containerservice.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic 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 PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess>PublicNetworkAccess.values()Gets known PublicNetworkAccess values.