LargeInstanceOperationStatusResult Class

Definition

The current status of an async operation.

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

Properties

EndOn

The end time of the operation.

Error

If present, details of the operation error.

Id

Fully qualified ID for the async operation.

Name

Name of the async operation.

Operations

The operations list.

PercentComplete

Percent of the operation that is complete.

ResourceId

Fully qualified ID of the resource against which the original async operation was started.

StartOn

The start time of the operation.

Status

Operation status.

Explicit Interface Implementations

IJsonModel<LargeInstanceOperationStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceOperationStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceOperationStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceOperationStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceOperationStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to