ClusterAvailableUpgradeVersion 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.
ClusterAvailableUpgradeVersion represents the various cluster upgrade parameters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterAvailableUpgradeVersionTypeConverter))]
public class ClusterAvailableUpgradeVersion : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterAvailableUpgradeVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterAvailableUpgradeVersionTypeConverter))>]
type ClusterAvailableUpgradeVersion = class
interface IClusterAvailableUpgradeVersion
interface IJsonSerializable
Public Class ClusterAvailableUpgradeVersion
Implements IClusterAvailableUpgradeVersion
- Inheritance
-
ClusterAvailableUpgradeVersion
- Attributes
- Implements
Constructors
ClusterAvailableUpgradeVersion() |
Creates an new ClusterAvailableUpgradeVersion instance. |
Properties
ControlImpact |
The indicator of whether the control plane will be impacted during the upgrade. |
ExpectedDuration |
The expected duration needed for this upgrade. |
ImpactDescription |
The impact description including the specific details and release notes. |
SupportExpiryDate |
The last date the version of the platform is supported. |
TargetClusterVersion |
The target version this cluster will be upgraded to. |
WorkloadImpact |
The indicator of whether the workload will be impacted during the upgrade. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterAvailableUpgradeVersion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterAvailableUpgradeVersion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterAvailableUpgradeVersion. |
FromJsonString(String) |
Creates a new instance of ClusterAvailableUpgradeVersion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterAvailableUpgradeVersion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |