Sdílet prostřednictvím


KustoPoolState Struct

Definition

The state of the resource.

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

Constructors

KustoPoolState(String)

Initializes a new instance of KustoPoolState.

Properties

Creating

Creating.

Deleted

Deleted.

Deleting

Deleting.

Running

Running.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Unavailable

Unavailable.

Updating

Updating.

Methods

Equals(KustoPoolState)

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

Determines if two KustoPoolState values are the same.

Implicit(String to KustoPoolState)

Converts a string to a KustoPoolState.

Inequality(KustoPoolState, KustoPoolState)

Determines if two KustoPoolState values are not the same.

Applies to