Share via


IManagedClusterStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterStatusTypeConverter))]
public interface IManagedClusterStatus : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterStatusTypeConverter))>]
type IManagedClusterStatus = interface
    interface IJsonSerializable
Public Interface IManagedClusterStatus
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to