BulkActionOperationState Struct

Definition

Values that define the states of operations in Bulkactions.

public readonly struct BulkActionOperationState : IEquatable<Azure.ResourceManager.Compute.BulkActions.Models.BulkActionOperationState>
type BulkActionOperationState = struct
Public Structure BulkActionOperationState
Implements IEquatable(Of BulkActionOperationState)
Inheritance
BulkActionOperationState
Implements

Constructors

Name Description
BulkActionOperationState(String)

Initializes a new instance of BulkActionOperationState.

Properties

Name Description
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 succeeded.

Unknown

The default value for the operation state enum.

Methods

Name Description
Equals(BulkActionOperationState)

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(BulkActionOperationState, BulkActionOperationState)

Determines if two BulkActionOperationState values are the same.

Implicit(String to BulkActionOperationState)

Converts a string to a BulkActionOperationState.

Implicit(String to Nullable<BulkActionOperationState>)
Inequality(BulkActionOperationState, BulkActionOperationState)

Determines if two BulkActionOperationState values are not the same.

Applies to