Share via


ContainerRegistryAgentPoolPatch Class

Definition

The parameters for updating an agent pool.

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

Constructors

ContainerRegistryAgentPoolPatch()

Initializes a new instance of ContainerRegistryAgentPoolPatch.

Properties

Count

The count of agent machine.

Tags

The ARM resource tags.

Explicit Interface Implementations

IJsonModel<ContainerRegistryAgentPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryAgentPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryAgentPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryAgentPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryAgentPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to