IAddonStatusProfile Interface
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.
[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) |