你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IpamPoolUsage Class

Definition

IpamPool usage information.

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

Properties

AddressPrefixes

List of IP address prefixes of the resource.

AllocatedAddressPrefixes

List of assigned IP address prefixes.

AvailableAddressPrefixes

List of available IP address prefixes.

ChildPools

List of IpamPool that are children of this IpamPool.

NumberOfAllocatedIPAddresses

Total number of assigned IP addresses in the IpamPool.

NumberOfAvailableIPAddresses

Total number of available IP addresses in the IpamPool.

NumberOfReservedIPAddresses

Total number of reserved IP addresses in the IpamPool.

ReservedAddressPrefixes

List of reserved IP address prefixes. These IP addresses could be reclaimed if not assigned in the given time.

TotalNumberOfIPAddresses

Total number of IP addresses managed in the IpamPool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IpamPoolUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IpamPoolUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IpamPoolUsage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IpamPoolUsage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IpamPoolUsage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to