NetworkListResponse.AddressSpace.AddressPrefixes Property
Optional. Address spaces, in CIDR format in the virtual network.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public IList<string> AddressPrefixes { get; set; }
public:
property IList<String^>^ AddressPrefixes {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member AddressPrefixes : IList<string> with get, set
Public Property AddressPrefixes As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
See Also
NetworkListResponse.AddressSpace Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top