ControlPlaneNodePatchConfiguration 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.
ControlPlaneNodePatchConfiguration represents the properties of the control plane that can be patched for this Kubernetes cluster.
public class ControlPlaneNodePatchConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodePatchConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodePatchConfiguration>
type ControlPlaneNodePatchConfiguration = class
interface IJsonModel<ControlPlaneNodePatchConfiguration>
interface IPersistableModel<ControlPlaneNodePatchConfiguration>
Public Class ControlPlaneNodePatchConfiguration
Implements IJsonModel(Of ControlPlaneNodePatchConfiguration), IPersistableModel(Of ControlPlaneNodePatchConfiguration)
- Inheritance
-
ControlPlaneNodePatchConfiguration
- Implements
Constructors
ControlPlaneNodePatchConfiguration() |
Initializes a new instance of ControlPlaneNodePatchConfiguration. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ControlPlaneNodePatchConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ControlPlaneNodePatchConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ControlPlaneNodePatchConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ControlPlaneNodePatchConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ControlPlaneNodePatchConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET