次の方法で共有


VirtualNetworkResourceSettings.Subnets プロパティ

定義

VirtualNetwork 内のサブネットの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="subnets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetResourceSettings> Subnets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subnets")>]
member this.Subnets : System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetResourceSettings> with get, set
Public Property Subnets As IList(Of SubnetResourceSettings)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象