Share via


ArmAsyncOperation Class

Definition

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

Properties

Name Description
Status

Status of the async operation.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ArmAsyncOperation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ArmAsyncOperation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmAsyncOperation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmAsyncOperation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArmAsyncOperation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to