共用方式為


ClusterUpdate.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterNetworkAccessFlag? RestrictOutboundNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)>]
member this.RestrictOutboundNetworkAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterNetworkAccessFlag> with get, set
Public Property RestrictOutboundNetworkAccess As Nullable(Of ClusterNetworkAccessFlag)

Property Value

Implements

Attributes

Applies to