NetworkCloudAgentPoolPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool.
public class NetworkCloudAgentPoolPatch
public class NetworkCloudAgentPoolPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentPoolPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentPoolPatch>
type NetworkCloudAgentPoolPatch = class
type NetworkCloudAgentPoolPatch = class
interface IJsonModel<NetworkCloudAgentPoolPatch>
interface IPersistableModel<NetworkCloudAgentPoolPatch>
Public Class NetworkCloudAgentPoolPatch
Public Class NetworkCloudAgentPoolPatch
Implements IJsonModel(Of NetworkCloudAgentPoolPatch), IPersistableModel(Of NetworkCloudAgentPoolPatch)
- Inheritance
-
NetworkCloudAgentPoolPatch
- Implements
Constructors
NetworkCloudAgentPoolPatch() |
Initializes a new instance of NetworkCloudAgentPoolPatch. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET