ProvisioningRequestStatus Class |
Namespace: Atomia.Provisioning.Base
The ProvisioningRequestStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProvisioningRequestStatus | Initializes a new instance of the ProvisioningRequestStatus class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | CreationInProgress |
Provisioning request is being created.
|
![]() ![]() | Failed |
Rollback in progress.
|
![]() ![]() | Pending |
Provisioning request pending.
|
![]() ![]() | Prepare |
Rollback in progress status.
|
![]() ![]() | Provisioned |
Provisioning finished successful
|
![]() ![]() | ProvisioningInProgress |
Provisioning in progress.
|
![]() ![]() | RollbackFailed |
Rollback failed.
|
![]() ![]() | RollbackInPorgress |
Rollback in progress status.
|
![]() ![]() | Unknown |
Provisioning failed, but rollback finished successful.
|