ManagedClusterStatus 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.
Contains read-only information about the Managed Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterStatusTypeConverter))]
public class ManagedClusterStatus : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterStatusTypeConverter))>]
type ManagedClusterStatus = class
interface IManagedClusterStatus
interface IJsonSerializable
Public Class ManagedClusterStatus
Implements IManagedClusterStatus
- Inheritance
-
ManagedClusterStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterStatus() |
Creates an new ManagedClusterStatus instance. |
Properties
| Name | Description |
|---|---|
| ProvisioningErrorAdditionalInfo |
The error additional info. |
| ProvisioningErrorCode |
The error code. |
| ProvisioningErrorDetail |
The error details. |
| ProvisioningErrorMessage |
The error message. |
| ProvisioningErrorTarget |
The error target. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterStatus. |
| FromJsonString(String) |
Creates a new instance of ManagedClusterStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |