ManagementOperationState 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 operation state.
public readonly struct ManagementOperationState : IEquatable<Azure.ResourceManager.Sql.Models.ManagementOperationState>
type ManagementOperationState = struct
Public Structure ManagementOperationState
Implements IEquatable(Of ManagementOperationState)
- Inheritance
-
ManagementOperationState
- Implements
Constructors
| Name | Description |
|---|---|
| ManagementOperationState(String) |
Initializes a new instance of ManagementOperationState. |
Properties
| Name | Description |
|---|---|
| CancelInProgress |
CancelInProgress. |
| Cancelled |
Cancelled. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| Pending |
Pending. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(ManagementOperationState) |
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(ManagementOperationState, ManagementOperationState) |
Determines if two ManagementOperationState values are the same. |
| Implicit(String to ManagementOperationState) |
Converts a String to a ManagementOperationState. |
| Inequality(ManagementOperationState, ManagementOperationState) |
Determines if two ManagementOperationState values are not the same. |