Share via


EventHubsClusterProvisioningState Struct

Definition

Provisioning state of the Cluster.

public readonly struct EventHubsClusterProvisioningState : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsClusterProvisioningState>
type EventHubsClusterProvisioningState = struct
Public Structure EventHubsClusterProvisioningState
Implements IEquatable(Of EventHubsClusterProvisioningState)
Inheritance
EventHubsClusterProvisioningState
Implements

Constructors

EventHubsClusterProvisioningState(String)

Initializes a new instance of EventHubsClusterProvisioningState.

Properties

Active

Active.

Canceled

Canceled.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Scaling

Scaling.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Equals(EventHubsClusterProvisioningState)

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(EventHubsClusterProvisioningState, EventHubsClusterProvisioningState)

Determines if two EventHubsClusterProvisioningState values are the same.

Implicit(String to EventHubsClusterProvisioningState)

Converts a string to a EventHubsClusterProvisioningState.

Inequality(EventHubsClusterProvisioningState, EventHubsClusterProvisioningState)

Determines if two EventHubsClusterProvisioningState values are not the same.

Applies to