CommonPostActionResponseForDeviceROCommandsOperationStatusResult Class

Definition

The current status of an async operation.

public class CommonPostActionResponseForDeviceROCommandsOperationStatusResult : Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricErrorResult, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
type CommonPostActionResponseForDeviceROCommandsOperationStatusResult = class
    inherit NetworkFabricErrorResult
    interface IJsonModel<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
    interface IPersistableModel<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
Public Class CommonPostActionResponseForDeviceROCommandsOperationStatusResult
Inherits NetworkFabricErrorResult
Implements IJsonModel(Of CommonPostActionResponseForDeviceROCommandsOperationStatusResult), IPersistableModel(Of CommonPostActionResponseForDeviceROCommandsOperationStatusResult)
Inheritance
CommonPostActionResponseForDeviceROCommandsOperationStatusResult
Implements

Properties

Name Description
EndOn

The end time of the operation.

Error

The error object.

(Inherited from NetworkFabricErrorResult)
Id

Fully qualified ID for the async operation.

Name

Name of the async operation.

Properties

The additional properties of the operation status result.

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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkFabricErrorResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkFabricErrorResult)
IJsonModel<NetworkFabricErrorResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFabricErrorResult)
IPersistableModel<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkFabricErrorResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkFabricErrorResult)
IPersistableModel<NetworkFabricErrorResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkFabricErrorResult)
IPersistableModel<NetworkFabricErrorResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkFabricErrorResult)

Applies to