次の方法で共有


Zone.RegistrationVirtualNetworks プロパティ

定義

この DNS ゾーンにホスト名を登録する仮想ネットワークへの参照の一覧を取得または設定します。 これは、ZoneType が Private の場合にのみです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象