KustoProvisioningState Struct

Definition

The provisioned state of the resource.

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

Constructors

KustoProvisioningState(String)

Initializes a new instance of KustoProvisioningState.

Properties

Canceled

Canceled.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Moving

Moving.

Running

Running.

Succeeded

Succeeded.

Methods

Equals(KustoProvisioningState)

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

Determines if two KustoProvisioningState values are the same.

Implicit(String to KustoProvisioningState)

Converts a string to a KustoProvisioningState.

Inequality(KustoProvisioningState, KustoProvisioningState)

Determines if two KustoProvisioningState values are not the same.

Applies to