KubernetesPatchVersions 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.AksArc.Models.KubernetesPatchVersionsTypeConverter))]
public class KubernetesPatchVersions : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesPatchVersions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.KubernetesPatchVersionsTypeConverter))>]
type KubernetesPatchVersions = class
interface IKubernetesPatchVersions
interface IJsonSerializable
Public Class KubernetesPatchVersions
Implements IKubernetesPatchVersions
- Inheritance
-
KubernetesPatchVersions
- Attributes
- Implements
Constructors
KubernetesPatchVersions() |
Creates an new KubernetesPatchVersions instance. |
Properties
Readiness |
Indicates whether the kubernetes version image is ready or not |
Upgrade |
Possible upgrade paths for given patch version |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesPatchVersions. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesPatchVersions. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesPatchVersions. |
FromJsonString(String) |
Creates a new instance of KubernetesPatchVersions, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesPatchVersions into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |