共用方式為


ICluster.RestrictOutboundNetworkAccess Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Whether or not to restrict outbound network access.  Value is optional but if passed in, must be 'Enabled' or 'Disabled'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterNetworkAccessFlag) }, ReadOnly=false, Required=false, SerializedName="restrictOutboundNetworkAccess")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterNetworkAccessFlag? RestrictOutboundNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Whether or not to restrict outbound network access.  Value is optional but if passed in, must be 'Enabled' or 'Disabled'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterNetworkAccessFlag) }, ReadOnly=false, Required=false, SerializedName="restrictOutboundNetworkAccess")>]
member this.RestrictOutboundNetworkAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterNetworkAccessFlag> with get, set
Public Property RestrictOutboundNetworkAccess As Nullable(Of ClusterNetworkAccessFlag)

Property Value

Attributes

Applies to