ArmHybridContainerServiceModelFactory.ProvisionedClusterAddonStatusProfile Method
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.
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.
Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'.
- errorMessage
- String
Observed error message from the addon or component.
Returns
A new ProvisionedClusterAddonStatusProfile instance for mocking.
Applies to
Azure SDK for .NET