ICluster.RestrictOutboundNetworkAccess 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.
Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
[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