Condividi tramite


IpamPoolProperties Class

Definition

Properties of IpamPool resource properties which are specific to the Pool resource.

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

Constructors

IpamPoolProperties(IEnumerable<String>)

Initializes a new instance of IpamPoolProperties.

Properties

AddressPrefixes

List of IP address prefixes of the resource.

Description

Gets or sets the description.

DisplayName

String representing a friendly name for the resource.

IPAddressType

List of IP address type for the IpamPool.

ParentPoolName

String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.

ProvisioningState

Provisioning states of a resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IpamPoolProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IpamPoolProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IpamPoolProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IpamPoolProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IpamPoolProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to