Aracılığıyla paylaş


ManagementOperationState Struct

Definition

The operation state.

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

Constructors

ManagementOperationState(String)

Initializes a new instance of ManagementOperationState.

Properties

CancelInProgress

CancelInProgress.

Cancelled

Cancelled.

Failed

Failed.

InProgress

InProgress.

Pending

Pending.

Succeeded

Succeeded.

Methods

Equals(ManagementOperationState)

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

Determines if two ManagementOperationState values are the same.

Implicit(String to ManagementOperationState)

Converts a string to a ManagementOperationState.

Inequality(ManagementOperationState, ManagementOperationState)

Determines if two ManagementOperationState values are not the same.

Applies to