Interface Workspace.DefinitionStages.WithRequiredNsgRules
- All Known Subinterfaces:
Workspace.Definition,Workspace.DefinitionStages.WithCreate
- Enclosing interface:
Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithRequiredNsgRules
The stage of the Workspace definition allowing to specify requiredNsgRules.
-
Method Summary
Modifier and TypeMethodDescriptionwithRequiredNsgRules(RequiredNsgRules requiredNsgRules) Specifies the requiredNsgRules property: Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint.
-
Method Details
-
withRequiredNsgRules
Specifies the requiredNsgRules property: Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only..- Parameters:
requiredNsgRules- Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.- Returns:
- the next definition stage.
-