Sdílet prostřednictvím


HDInsightAsyncOperationResult Class

Definition

The azure async operation response.

public class HDInsightAsyncOperationResult
public class HDInsightAsyncOperationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightAsyncOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightAsyncOperationResult>
type HDInsightAsyncOperationResult = class
type HDInsightAsyncOperationResult = class
    interface IJsonModel<HDInsightAsyncOperationResult>
    interface IPersistableModel<HDInsightAsyncOperationResult>
Public Class HDInsightAsyncOperationResult
Public Class HDInsightAsyncOperationResult
Implements IJsonModel(Of HDInsightAsyncOperationResult), IPersistableModel(Of HDInsightAsyncOperationResult)
Inheritance
HDInsightAsyncOperationResult
Implements

Properties

Error

The operation error information.

Status

The async operation state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HDInsightAsyncOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HDInsightAsyncOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightAsyncOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightAsyncOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HDInsightAsyncOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to