INetworkSecurityGroup.Subnet Property

Definition

A collection of references to subnets.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A collection of references to subnets.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet) }, Read=true, ReadOnly=true, Required=false, SerializedName="subnets", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet> Subnet { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A collection of references to subnets.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet) }, Read=true, ReadOnly=true, Required=false, SerializedName="subnets", Update=false)>]
member this.Subnet : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet>
Public ReadOnly Property Subnet As List(Of ISubnet)

Property Value

Attributes

Applies to