ClusterAvailableVersion 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.
ClusterAvailableVersion represents the cluster version that the cluster manager can be asked to create and manage.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterAvailableVersionTypeConverter))]
public class ClusterAvailableVersion : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterAvailableVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterAvailableVersionTypeConverter))>]
type ClusterAvailableVersion = class
interface IClusterAvailableVersion
interface IJsonSerializable
Public Class ClusterAvailableVersion
Implements IClusterAvailableVersion
- Inheritance
-
ClusterAvailableVersion
- Attributes
- Implements
Constructors
ClusterAvailableVersion() |
Creates an new ClusterAvailableVersion instance. |
Properties
SupportExpiryDate |
The last date the version of the platform is supported. |
TargetClusterVersion |
The version of the cluster to be deployed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterAvailableVersion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterAvailableVersion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterAvailableVersion. |
FromJsonString(String) |
Creates a new instance of ClusterAvailableVersion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterAvailableVersion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |