CloudAppliance.IsVnetDnsConfigured Property

Definition

Gets or sets indicates whether virtual network used is configured with DNS or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to