Uses of Class
com.azure.resourcemanager.kusto.models.PublicNetworkAccess
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.publicNetworkAccess()
Get the publicNetworkAccess property: Public network access to the cluster is enabled by default.ClusterProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Public network access to the cluster is enabled by default.Modifier and TypeMethodDescriptionClusterInner.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access to the cluster is enabled by default.ClusterProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access to the cluster is enabled by default. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final PublicNetworkAccess
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.static final PublicNetworkAccess
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.Modifier and TypeMethodDescriptionstatic PublicNetworkAccess
PublicNetworkAccess.fromString
(String name) Creates or finds a PublicNetworkAccess from its string representation.Cluster.publicNetworkAccess()
Gets the publicNetworkAccess property: Public network access to the cluster is enabled by default.ClusterUpdate.publicNetworkAccess()
Get the publicNetworkAccess property: Public network access to the cluster is enabled by default.Modifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess>
PublicNetworkAccess.values()
Gets known PublicNetworkAccess values.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Public network access to the cluster is enabled by default.Cluster.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Public network access to the cluster is enabled by default.ClusterUpdate.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access to the cluster is enabled by default.