Compartir a través de


AddressSpace Class

Definition

AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.

public class AddressSpace
type AddressSpace = class
Public Class AddressSpace
Inheritance
AddressSpace

Constructors

Name Description
AddressSpace()

Initializes a new instance of the AddressSpace class.

AddressSpace(IList<String>)

Initializes a new instance of the AddressSpace class.

Properties

Name Description
AddressPrefixes

Gets or sets a list of address blocks reserved for this virtual network in CIDR notation.

Applies to