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

HDInsightAsyncOperationState(String)

Initializes a new instance of HDInsightAsyncOperationState.

Properties

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Methods

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

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