Megosztás a következőn keresztül:


AnalysisState Struct

Definition

The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning.

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

Constructors

AnalysisState(String)

Initializes a new instance of AnalysisState.

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(AnalysisState)

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

Determines if two AnalysisState values are the same.

Implicit(String to AnalysisState)

Converts a string to a AnalysisState.

Inequality(AnalysisState, AnalysisState)

Determines if two AnalysisState values are not the same.

Applies to