IClusterProperties.RestrictOutboundNetworkAccess Property

Definition

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.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="restrictOutboundNetworkAccess", Update=true)]
public string RestrictOutboundNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="restrictOutboundNetworkAccess", Update=true)>]
member this.RestrictOutboundNetworkAccess : string with get, set
Public Property RestrictOutboundNetworkAccess As String

Property Value

Attributes

Applies to