Condividi tramite


HDInsightAsyncOperationState Struct

Definition

The async operation state.

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

Constructors

Name Description
HDInsightAsyncOperationState(String)

Initializes a new instance of HDInsightAsyncOperationState.

Properties

Name Description
Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Methods

Name Description
Equals(HDInsightAsyncOperationState)

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

Determines if two HDInsightAsyncOperationState values are the same.

Implicit(String to HDInsightAsyncOperationState)

Converts a String to a HDInsightAsyncOperationState.

Inequality(HDInsightAsyncOperationState, HDInsightAsyncOperationState)

Determines if two HDInsightAsyncOperationState values are not the same.

Applies to