Condividi tramite


IpamPoolPatch Class

Definition

Represents the IpamPool update API request interface.

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

Constructors

IpamPoolPatch()

Initializes a new instance of IpamPoolPatch.

Properties

Properties

Represents the IpamPool update properties.

Tags

Dictionary of <string>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IpamPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IpamPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IpamPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IpamPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IpamPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to