Server.RestrictOutboundNetworkAccess Property

Definition

Gets or sets whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.restrictOutboundNetworkAccess")]
public string RestrictOutboundNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.restrictOutboundNetworkAccess")>]
member this.RestrictOutboundNetworkAccess : string with get, set
Public Property RestrictOutboundNetworkAccess As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to