IVirtualNetworkResourceSettings.Subnet Property

Definition

Gets or sets List of subnets in a VirtualNetwork.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets List of subnets in a VirtualNetwork.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISubnetResourceSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="subnets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISubnetResourceSettings> Subnet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets List of subnets in a VirtualNetwork.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISubnetResourceSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="subnets", Update=true)>]
member this.Subnet : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ISubnetResourceSettings> with get, set
Public Property Subnet As List(Of ISubnetResourceSettings)

Property Value

Attributes

Applies to