你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWorkspaceProperties.DefaultStorageFirewall Property

Definition

Gets or Sets Default Storage Firewall configuration information

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Gets or Sets Default Storage Firewall configuration information", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewall) }, ReadOnly=false, Required=false, SerializedName="defaultStorageFirewall")]
public Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewall? DefaultStorageFirewall { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Gets or Sets Default Storage Firewall configuration information", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewall) }, ReadOnly=false, Required=false, SerializedName="defaultStorageFirewall")>]
member this.DefaultStorageFirewall : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewall> with get, set
Public Property DefaultStorageFirewall As Nullable(Of DefaultStorageFirewall)

Property Value

Attributes

Applies to