Język

IpamPoolUpdateProperties Class

Definition

Represents the IpamPool update properties.

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

Constructors

Name Description
IpamPoolUpdateProperties()

Initializes a new instance of IpamPoolUpdateProperties.

Properties

Name Description
Description

Gets or sets the Description.

DisplayName

String representing a friendly name for the resource.

MaxAllocationSize

Maximum number of IP addresses allowed for allocations from this IpamPool to be compliant. Must be greater than or equal to the minimum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it.

MinAllocationSize

Minimum number of IP addresses required for allocations from this IpamPool to be compliant. Must be less than or equal to the maximum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IpamPoolUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IpamPoolUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IpamPoolUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IpamPoolUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IpamPoolUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to