Share via


OperationalInsightsClusterEntityStatus Struct

Definition

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