次の方法で共有


PrivateDnsZoneGroup.PrivateDnsZoneConfigs プロパティ

定義

プライベート DNS ゾーン グループのプライベート DNS ゾーン構成のコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象