Compartilhar via


VirtualNetworkAddressSpace Class

Definition

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

public class VirtualNetworkAddressSpace : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VirtualNetworkAddressSpace>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VirtualNetworkAddressSpace>
type VirtualNetworkAddressSpace = class
    interface IJsonModel<VirtualNetworkAddressSpace>
    interface IPersistableModel<VirtualNetworkAddressSpace>
Public Class VirtualNetworkAddressSpace
Implements IJsonModel(Of VirtualNetworkAddressSpace), IPersistableModel(Of VirtualNetworkAddressSpace)
Inheritance
VirtualNetworkAddressSpace
Implements

Constructors

VirtualNetworkAddressSpace()

Initializes a new instance of VirtualNetworkAddressSpace.

Properties

AddressPrefixes

A list of address blocks reserved for this virtual network in CIDR notation.

IpamPoolPrefixAllocations

A list of IPAM Pools allocating IP address prefixes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualNetworkAddressSpace>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualNetworkAddressSpace>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualNetworkAddressSpace>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualNetworkAddressSpace>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualNetworkAddressSpace>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to