CommonPostActionResponseForDeviceROCommandsOperationStatusResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) | |