OrchestrationServiceOperationStatus 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 latest operation status of the service.
public readonly struct OrchestrationServiceOperationStatus : IEquatable<Azure.ResourceManager.Compute.Models.OrchestrationServiceOperationStatus>
type OrchestrationServiceOperationStatus = struct
Public Structure OrchestrationServiceOperationStatus
Implements IEquatable(Of OrchestrationServiceOperationStatus)
- Inheritance
-
OrchestrationServiceOperationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| OrchestrationServiceOperationStatus(String) |
Initializes a new instance of OrchestrationServiceOperationStatus. |
Properties
| Name | Description |
|---|---|
| Completed |
Completed orchestration service operation status. |
| InProgress |
InProgress orchestration service operation status. |
Methods
| Name | Description |
|---|---|
| Equals(OrchestrationServiceOperationStatus) |
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(OrchestrationServiceOperationStatus, OrchestrationServiceOperationStatus) |
Determines if two OrchestrationServiceOperationStatus values are the same. |
| Implicit(String to OrchestrationServiceOperationStatus) |
Converts a String to a OrchestrationServiceOperationStatus. |
| Inequality(OrchestrationServiceOperationStatus, OrchestrationServiceOperationStatus) |
Determines if two OrchestrationServiceOperationStatus values are not the same. |