ScheduledActionOperationState 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.
Values that define the states of operations in Scheduled Actions.
public readonly struct ScheduledActionOperationState : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionOperationState>
type ScheduledActionOperationState = struct
Public Structure ScheduledActionOperationState
Implements IEquatable(Of ScheduledActionOperationState)
- Inheritance
-
ScheduledActionOperationState
- Implements
Constructors
ScheduledActionOperationState(String) |
Initializes a new instance of ScheduledActionOperationState. |
Properties
Blocked |
Operations that are blocked. |
Cancelled |
Operations that have been cancelled by the user. |
Executing |
Operations that are in the process of being executed. |
Failed |
Operations that have failed. |
PendingExecution |
Operations that are waiting to be executed. |
PendingScheduling |
Operations that are pending scheduling. |
Scheduled |
Operations that have been scheduled. |
Succeeded |
Operations that suceeded. |
Unknown |
The default value for the operation state enum. |
Methods
Equals(ScheduledActionOperationState) |
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
Equality(ScheduledActionOperationState, ScheduledActionOperationState) |
Determines if two ScheduledActionOperationState values are the same. |
Implicit(String to ScheduledActionOperationState) |
Converts a String to a ScheduledActionOperationState. |
Inequality(ScheduledActionOperationState, ScheduledActionOperationState) |
Determines if two ScheduledActionOperationState values are not the same. |
Applies to
Azure SDK for .NET