ProvisionedClusterPropertiesStatus 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.
The observed status of the provisioned cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterPropertiesStatusTypeConverter))]
public class ProvisionedClusterPropertiesStatus : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPropertiesStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterPropertiesStatusTypeConverter))>]
type ProvisionedClusterPropertiesStatus = class
interface IProvisionedClusterPropertiesStatus
interface IJsonSerializable
Public Class ProvisionedClusterPropertiesStatus
Implements IProvisionedClusterPropertiesStatus
- Inheritance
-
ProvisionedClusterPropertiesStatus
- Attributes
- Implements
Constructors
ProvisionedClusterPropertiesStatus() |
Creates an new ProvisionedClusterPropertiesStatus instance. |
Properties
ControlPlaneStatus |
The detailed status of the provisioned cluster components including addons. |
CurrentState |
The current state of the provisioned cluster. |
ErrorMessage |
Error messages during a provisioned cluster operation or steady state. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProvisionedClusterPropertiesStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProvisionedClusterPropertiesStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPropertiesStatus. |
FromJsonString(String) |
Creates a new instance of ProvisionedClusterPropertiesStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProvisionedClusterPropertiesStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |