IWorkspace.DefaultStorageFirewall Property

Definition

Gets or Sets Default Storage Firewall configuration information. Not allowed in Serverless ComputeMode workspace.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="Gets or Sets Default Storage Firewall configuration information. Not allowed in Serverless ComputeMode workspace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultStorageFirewall", Update=true)]
public string DefaultStorageFirewall { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="Gets or Sets Default Storage Firewall configuration information. Not allowed in Serverless ComputeMode workspace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultStorageFirewall", Update=true)>]
member this.DefaultStorageFirewall : string with get, set
Public Property DefaultStorageFirewall As String

Property Value

Attributes

Applies to