Partilhar via


FabricResourceState Struct

Definition

The state of the Fabric capacity resource.

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

Constructors

FabricResourceState(String)

Initializes a new instance of FabricResourceState.

Properties

Active

Resource is active.

Deleting

Resource is deleting.

Failed

Resource is failed.

Paused

Resource is paused.

Pausing

Resource is pausing.

Preparing

Resource is preparing.

Provisioning

Resource is provisioning.

Resuming

Resource is resuming.

Scaling

Resource is scaling.

Suspended

Resource is suspended.

Suspending

Resource is suspending.

Updating

Resource is updating.

Methods

Equals(FabricResourceState)

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

Determines if two FabricResourceState values are the same.

Implicit(String to FabricResourceState)

Converts a string to a FabricResourceState.

Inequality(FabricResourceState, FabricResourceState)

Determines if two FabricResourceState values are not the same.

Applies to