CapacityProvisioningState 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 deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.
public readonly struct CapacityProvisioningState : IEquatable<Azure.ResourceManager.PowerBIDedicated.Models.CapacityProvisioningState>
type CapacityProvisioningState = struct
Public Structure CapacityProvisioningState
Implements IEquatable(Of CapacityProvisioningState)
- Inheritance
-
CapacityProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CapacityProvisioningState(String) |
Initializes a new instance of CapacityProvisioningState. |
Properties
| Name | Description |
|---|---|
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| Paused |
Gets the Paused. |
| Pausing |
Gets the Pausing. |
| Preparing |
Gets the Preparing. |
| Provisioning |
Gets the Provisioning. |
| Resuming |
Gets the Resuming. |
| Scaling |
Gets the Scaling. |
| Succeeded |
Gets the Succeeded. |
| Suspended |
Gets the Suspended. |
| Suspending |
Gets the Suspending. |
| Updating |
Gets the Updating. |
Methods
| Name | Description |
|---|---|
| Equals(CapacityProvisioningState) |
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(CapacityProvisioningState, CapacityProvisioningState) |
Determines if two CapacityProvisioningState values are the same. |
| Implicit(String to CapacityProvisioningState) |
Converts a string to a CapacityProvisioningState. |
| Implicit(String to Nullable<CapacityProvisioningState>) | |
| Inequality(CapacityProvisioningState, CapacityProvisioningState) |
Determines if two CapacityProvisioningState values are not the same. |