AnalysisState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET