KubernetesPatchVersion 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.
Kubernetes patch version profile
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesPatchVersionTypeConverter))]
public class KubernetesPatchVersion : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesPatchVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesPatchVersionTypeConverter))>]
type KubernetesPatchVersion = class
interface IKubernetesPatchVersion
interface IJsonSerializable
Public Class KubernetesPatchVersion
Implements IKubernetesPatchVersion
- Inheritance
-
KubernetesPatchVersion
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesPatchVersion() |
Creates an new KubernetesPatchVersion instance. |
Properties
| Name | Description |
|---|---|
| Upgrade |
Possible upgrade path for given patch version |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesPatchVersion. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesPatchVersion. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesPatchVersion. |
| FromJsonString(String) |
Creates a new instance of KubernetesPatchVersion, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesPatchVersion into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |