PrivateDnsZoneGroup.PrivateDnsZoneConfigs Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateDnsZoneConfigs")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneConfig> PrivateDnsZoneConfigs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateDnsZoneConfigs")>]
member this.PrivateDnsZoneConfigs : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneConfig> with get, set
Public Property PrivateDnsZoneConfigs As IList(Of PrivateDnsZoneConfig)

Property Value

IList<PrivateDnsZoneConfig>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to