Share via


ISubnet.AddressPrefixes Property

Definition

List of address prefixes for the subnet.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="List of address prefixes for the subnet.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="addressPrefixes", Update=true)]
public System.Collections.Generic.List<string> AddressPrefixes { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="List of address prefixes for the subnet.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="addressPrefixes", Update=true)>]
member this.AddressPrefixes : System.Collections.Generic.List<string> with get, set
Public Property AddressPrefixes As List(Of String)

Property Value

Attributes

Applies to