Uses of Class
com.azure.resourcemanager.databricks.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionWorkspaceInner.publicNetworkAccess()Get the publicNetworkAccess property: The network access type for accessing workspace.WorkspaceProperties.publicNetworkAccess()Get the publicNetworkAccess property: The network access type for accessing workspace.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionWorkspaceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: The network access type for accessing workspace.WorkspaceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: The network access type for accessing workspace. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.databricks.models
Fields in com.azure.resourcemanager.databricks.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.databricks.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.Workspace.publicNetworkAccess()Gets the publicNetworkAccess property: The network access type for accessing workspace.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.databricks.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: The network access type for accessing workspace.