OperationalInsightsClusterEntityStatus 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.
The provisioning state of the cluster.
public readonly struct OperationalInsightsClusterEntityStatus : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterEntityStatus>
type OperationalInsightsClusterEntityStatus = struct
Public Structure OperationalInsightsClusterEntityStatus
Implements IEquatable(Of OperationalInsightsClusterEntityStatus)
- Inheritance
-
OperationalInsightsClusterEntityStatus
- Implements
Constructors
OperationalInsightsClusterEntityStatus(String) |
Initializes a new instance of OperationalInsightsClusterEntityStatus. |
Properties
Canceled |
Canceled. |
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
ProvisioningAccount |
ProvisioningAccount. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(OperationalInsightsClusterEntityStatus) |
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(OperationalInsightsClusterEntityStatus, OperationalInsightsClusterEntityStatus) |
Determines if two OperationalInsightsClusterEntityStatus values are the same. |
Implicit(String to OperationalInsightsClusterEntityStatus) |
Converts a String to a OperationalInsightsClusterEntityStatus. |
Inequality(OperationalInsightsClusterEntityStatus, OperationalInsightsClusterEntityStatus) |
Determines if two OperationalInsightsClusterEntityStatus values are not the same. |
Applies to
Azure SDK for .NET