Udostępnij przez


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

Name Description
ManagementOperationState(String)

Initializes a new instance of ManagementOperationState.

Properties

Name Description
CancelInProgress

CancelInProgress.

Cancelled

Cancelled.

Failed

Failed.

InProgress

InProgress.

Pending

Pending.

Succeeded

Succeeded.

Methods

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

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