VirtualNetworkResourceSettings.Subnets Property

Definition

Gets or sets List of subnets in a 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to