KubernetesClusterPatchProperties 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.
KubernetesClusterPatchProperties represents the properties of the Kubernetes cluster that can be patched.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KubernetesClusterPatchPropertiesTypeConverter))]
public class KubernetesClusterPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKubernetesClusterPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KubernetesClusterPatchPropertiesTypeConverter))>]
type KubernetesClusterPatchProperties = class
interface IKubernetesClusterPatchProperties
interface IJsonSerializable
Public Class KubernetesClusterPatchProperties
Implements IKubernetesClusterPatchProperties
- Inheritance
-
KubernetesClusterPatchProperties
- Attributes
- Implements
Constructors
KubernetesClusterPatchProperties() |
Creates an new KubernetesClusterPatchProperties instance. |
Properties
ControlPlaneNodeConfigurationCount |
The number of virtual machines that use this configuration. |
KubernetesVersion |
The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesClusterPatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesClusterPatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKubernetesClusterPatchProperties. |
FromJsonString(String) |
Creates a new instance of KubernetesClusterPatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesClusterPatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |