你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProvisionedClusterAddonPhase Struct
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.
Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'.
public readonly struct ProvisionedClusterAddonPhase : IEquatable<Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterAddonPhase>
type ProvisionedClusterAddonPhase = struct
Public Structure ProvisionedClusterAddonPhase
Implements IEquatable(Of ProvisionedClusterAddonPhase)
- Inheritance
-
ProvisionedClusterAddonPhase
- Implements
Constructors
ProvisionedClusterAddonPhase(String) |
Initializes a new instance of ProvisionedClusterAddonPhase. |
Properties
Deleting |
deleting. |
Failed |
failed. |
Pending |
pending. |
Provisioned |
provisioned. |
Provisioning |
provisioning. |
ProvisioningHelmChartInstalled |
provisioning {HelmChartInstalled}. |
ProvisioningMSICertificateDownloaded |
provisioning {MSICertificateDownloaded}. |
Upgrading |
upgrading. |
Methods
Equals(ProvisionedClusterAddonPhase) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ProvisionedClusterAddonPhase, ProvisionedClusterAddonPhase) |
Determines if two ProvisionedClusterAddonPhase values are the same. |
Implicit(String to ProvisionedClusterAddonPhase) |
Converts a String to a ProvisionedClusterAddonPhase. |
Inequality(ProvisionedClusterAddonPhase, ProvisionedClusterAddonPhase) |
Determines if two ProvisionedClusterAddonPhase values are not the same. |