Freigeben über


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

Name Description
KustoPoolState(String)

Initializes a new instance of KustoPoolState.

Properties

Name Description
Creating

Creating.

Deleted

Deleted.

Deleting

Deleting.

Running

Running.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Unavailable

Unavailable.

Updating

Updating.

Methods

Name Description
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

Name Description
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