VCoreProvisioningState 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 an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
public readonly struct VCoreProvisioningState : IEquatable<Azure.ResourceManager.PowerBIDedicated.Models.VCoreProvisioningState>
type VCoreProvisioningState = struct
Public Structure VCoreProvisioningState
Implements IEquatable(Of VCoreProvisioningState)
- Inheritance
-
VCoreProvisioningState
- Implements
Constructors
VCoreProvisioningState(String) |
Initializes a new instance of VCoreProvisioningState. |
Properties
Succeeded |
Succeeded. |
Methods
Equals(VCoreProvisioningState) |
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(VCoreProvisioningState, VCoreProvisioningState) |
Determines if two VCoreProvisioningState values are the same. |
Implicit(String to VCoreProvisioningState) |
Converts a string to a VCoreProvisioningState. |
Inequality(VCoreProvisioningState, VCoreProvisioningState) |
Determines if two VCoreProvisioningState values are not the same. |
Applies to
Azure SDK for .NET