Freigeben über


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

Deleting.

Failed

Failed.

Paused

Paused.

Pausing

Pausing.

Preparing

Preparing.

Provisioning

Provisioning.

Resuming

Resuming.

Scaling

Scaling.

Succeeded

Succeeded.

Suspended

Suspended.

Suspending

Suspending.

Updating

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

Converts a String to a State.

Inequality(State, State)

Determines if two State values are not the same.

Applies to