State Struct

Definition

The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.

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

Constructors

Name Description
State(String)

Initializes a new instance of State.

Properties

Name Description
Deleting

Gets the Deleting.

Failed

Gets the Failed.

Paused

Gets the Paused.

Pausing

Gets the Pausing.

Preparing

Gets the Preparing.

Provisioning

Gets the Provisioning.

Resuming

Gets the Resuming.

Scaling

Gets the Scaling.

Succeeded

Gets the Succeeded.

Suspended

Gets the Suspended.

Suspending

Gets the Suspending.

Updating

Gets the Updating.

Methods

Name Description
Equals(State)

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

Determines if two State values are the same.

Implicit(String to Nullable<State>)
Implicit(String to State)

Converts a string to a State.

Inequality(State, State)

Determines if two State values are not the same.

Applies to