Uses of Class
com.azure.resourcemanager.kusto.models.ClusterNetworkAccessFlag
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ClusterNetworkAccessFlag in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.restrictOutboundNetworkAccess()
Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.ClusterProperties.restrictOutboundNetworkAccess()
Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.Modifier and TypeMethodDescriptionClusterInner.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.ClusterProperties.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access. -
Uses of ClusterNetworkAccessFlag in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final ClusterNetworkAccessFlag
ClusterNetworkAccessFlag.DISABLED
Static value Disabled for ClusterNetworkAccessFlag.static final ClusterNetworkAccessFlag
ClusterNetworkAccessFlag.ENABLED
Static value Enabled for ClusterNetworkAccessFlag.Modifier and TypeMethodDescriptionstatic ClusterNetworkAccessFlag
ClusterNetworkAccessFlag.fromString
(String name) Creates or finds a ClusterNetworkAccessFlag from its string representation.Cluster.restrictOutboundNetworkAccess()
Gets the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.ClusterUpdate.restrictOutboundNetworkAccess()
Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.Modifier and TypeMethodDescriptionstatic Collection<ClusterNetworkAccessFlag>
ClusterNetworkAccessFlag.values()
Gets known ClusterNetworkAccessFlag values.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithRestrictOutboundNetworkAccess.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Specifies the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.Cluster.UpdateStages.WithRestrictOutboundNetworkAccess.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Specifies the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.ClusterUpdate.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.