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. |
Applies to
Azure SDK for .NET