你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduledActionOperationState Struct

Definition

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