SiteConfig.VnetRouteAllEnabled Property

Definition

Gets or sets virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to