Share via


ScheduledActionOperationState Struct

Definition

Values that define the states of operations in Scheduled Actions.

public readonly struct ScheduledActionOperationState : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionOperationState>
Inheritance
ScheduledActionOperationState
Implements

Constructors

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

Applies to

Product Versions
Azure SDK for .NET Latest, Preview