ExpansionJobStatusType 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 operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back.
public readonly struct ExpansionJobStatusType : IEquatable<Azure.ResourceManager.StorageCache.Models.ExpansionJobStatusType>
type ExpansionJobStatusType = struct
Public Structure ExpansionJobStatusType
Implements IEquatable(Of ExpansionJobStatusType)
- Inheritance
-
ExpansionJobStatusType
- Implements
Constructors
| Name | Description |
|---|---|
| ExpansionJobStatusType(String) |
Initializes a new instance of ExpansionJobStatusType. |
Properties
| Name | Description |
|---|---|
| Completed |
Completed. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| RollingBack |
RollingBack. |
Methods
| Name | Description |
|---|---|
| Equals(ExpansionJobStatusType) |
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(ExpansionJobStatusType, ExpansionJobStatusType) |
Determines if two ExpansionJobStatusType values are the same. |
| Implicit(String to ExpansionJobStatusType) |
Converts a String to a ExpansionJobStatusType. |
| Inequality(ExpansionJobStatusType, ExpansionJobStatusType) |
Determines if two ExpansionJobStatusType values are not the same. |