你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ControlPlaneNodePatchConfigurationTypeConverter))]
public class ControlPlaneNodePatchConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IControlPlaneNodePatchConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ControlPlaneNodePatchConfigurationTypeConverter))>]
type ControlPlaneNodePatchConfiguration = class
interface IControlPlaneNodePatchConfiguration
interface IJsonSerializable
Public Class ControlPlaneNodePatchConfiguration
Implements IControlPlaneNodePatchConfiguration
- Inheritance
-
ControlPlaneNodePatchConfiguration
- Attributes
- Implements
Constructors
ControlPlaneNodePatchConfiguration() |
Creates an new ControlPlaneNodePatchConfiguration instance. |
Properties
Count |
The number of virtual machines that use this configuration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ControlPlaneNodePatchConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ControlPlaneNodePatchConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IControlPlaneNodePatchConfiguration. |
FromJsonString(String) |
Creates a new instance of ControlPlaneNodePatchConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ControlPlaneNodePatchConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |