你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.Api20240701.KubernetesClusterPatchPropertiesTypeConverter))]
public class KubernetesClusterPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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
ControlPlaneNodeConfigurationAdministratorConfigurationSshPublicKey |
SshPublicKey represents the public key used to authenticate with a resource through SSH. |
ControlPlaneNodeConfigurationCount |
The number of virtual machines that use this configuration. |
KubernetesVersion |
The Kubernetes version for this cluster. |
SshPublicKey |
SshPublicKey represents the public key used to authenticate with a resource through SSH. |
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.Api20240701.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() |