IWorkspace.RequiredNsgRule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules) }, ReadOnly=false, Required=false, SerializedName="requiredNsgRules")]
public Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules? RequiredNsgRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules) }, ReadOnly=false, Required=false, SerializedName="requiredNsgRules")>]
member this.RequiredNsgRule : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules> with get, set
Public Property RequiredNsgRule As Nullable(Of RequiredNsgRules)
Property Value
- Attributes