Share via


IAddonStatusProfile Interface

Definition

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

Properties

ErrorMessage

Observed error message from the addon or component

Name

Name of the addon or component

Phase

Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'

Ready

Indicates whether the addon or component is ready

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to