次の方法で共有


PrivateAccessInner.VirtualNetworks プロパティ

定義

サイトにプライベートにアクセスできる仮想ネットワーク (およびサブネット) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象