PlanetaryComputerOperationStatus 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.
Operation status.
public readonly struct PlanetaryComputerOperationStatus : IEquatable<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperationStatus>
type PlanetaryComputerOperationStatus = struct
Public Structure PlanetaryComputerOperationStatus
Implements IEquatable(Of PlanetaryComputerOperationStatus)
- Inheritance
-
PlanetaryComputerOperationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| PlanetaryComputerOperationStatus(String) |
Initializes a new instance of PlanetaryComputerOperationStatus. |
Properties
| Name | Description |
|---|---|
| Canceled |
Operation canceled by the user. |
| Canceling |
Operation is being canceling. |
| Failed |
Operation failed. |
| Pending |
Operation accepted and ready to be run. |
| Running |
Operation is running. |
| Succeeded |
Operation has already finished its execution. |
Methods
| Name | Description |
|---|---|
| Equals(PlanetaryComputerOperationStatus) |
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(PlanetaryComputerOperationStatus, PlanetaryComputerOperationStatus) |
Determines if two PlanetaryComputerOperationStatus values are the same. |
| Implicit(String to Nullable<PlanetaryComputerOperationStatus>) | |
| Implicit(String to PlanetaryComputerOperationStatus) |
Converts a string to a PlanetaryComputerOperationStatus. |
| Inequality(PlanetaryComputerOperationStatus, PlanetaryComputerOperationStatus) |
Determines if two PlanetaryComputerOperationStatus values are not the same. |