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

State(String)

Initializes a new instance of State.

Properties

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

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

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