Share via


ArmHybridContainerServiceModelFactory.ProvisionedClusterAddonStatusProfile Method

Definition

Initializes a new instance of ProvisionedClusterAddonStatusProfile.

public static Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterAddonStatusProfile ProvisionedClusterAddonStatusProfile (string name = default, Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterAddonPhase? phase = default, bool? ready = default, string errorMessage = default);
static member ProvisionedClusterAddonStatusProfile : string * Nullable<Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterAddonPhase> * Nullable<bool> * string -> Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterAddonStatusProfile
Public Shared Function ProvisionedClusterAddonStatusProfile (Optional name As String = Nothing, Optional phase As Nullable(Of ProvisionedClusterAddonPhase) = Nothing, Optional ready As Nullable(Of Boolean) = Nothing, Optional errorMessage As String = Nothing) As ProvisionedClusterAddonStatusProfile

Parameters

name
String

Name of the addon or component.

phase
Nullable<ProvisionedClusterAddonPhase>

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
Nullable<Boolean>

Indicates whether the addon or component is ready.

errorMessage
String

Observed error message from the addon or component.

Returns

A new ProvisionedClusterAddonStatusProfile instance for mocking.

Applies to