你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.