IVirtualNetworkResourceSettings.AddressSpace Property

Definition

Gets or sets the address prefixes for the virtual network.

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

Property Value

Attributes

Applies to