Subnet.DefaultOutboundAccess Property

Definition

Gets or sets set this property to false to disable default outbound connectivity for all VMs in the subnet.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultOutboundAccess")]
public bool? DefaultOutboundAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultOutboundAccess")>]
member this.DefaultOutboundAccess : Nullable<bool> with get, set
Public Property DefaultOutboundAccess As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to