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.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