DevCenterProvisioningState 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.
Provisioning state of the resource.
public readonly struct DevCenterProvisioningState : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState>
type DevCenterProvisioningState = struct
Public Structure DevCenterProvisioningState
Implements IEquatable(Of DevCenterProvisioningState)
- Inheritance
-
DevCenterProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterProvisioningState(String) |
Initializes a new instance of DevCenterProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
Accepted. |
| Canceled |
Canceled. |
| Created |
Created. |
| Creating |
Creating. |
| Deleted |
Deleted. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| MovingResources |
MovingResources. |
| NotSpecified |
NotSpecified. |
| RolloutInProgress |
RolloutInProgress. |
| Running |
Running. |
| StorageProvisioningFailed |
StorageProvisioningFailed. |
| Succeeded |
Succeeded. |
| TransientFailure |
TransientFailure. |
| Updated |
Updated. |
| Updating |
Updating. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterProvisioningState) |
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(DevCenterProvisioningState, DevCenterProvisioningState) |
Determines if two DevCenterProvisioningState values are the same. |
| Implicit(String to DevCenterProvisioningState) |
Converts a String to a DevCenterProvisioningState. |
| Inequality(DevCenterProvisioningState, DevCenterProvisioningState) |
Determines if two DevCenterProvisioningState values are not the same. |