Share via


NetworkCloudAgentPoolPatch Class

Definition

AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool.

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

Constructors

Name Description
NetworkCloudAgentPoolPatch()

Initializes a new instance of NetworkCloudAgentPoolPatch.

Properties

Name Description
AdministratorSshPublicKeys

SshPublicKey represents the public key used to authenticate with a resource through SSH.

Count

The number of virtual machines that use this configuration.

Tags

The Azure resource tags that will replace the existing ones.

UpgradeSettings

The configuration of the agent pool.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkCloudAgentPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudAgentPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudAgentPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudAgentPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to