OperationStatusResult 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 OperationStatusResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.OperationStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.OperationStatusResult>
type OperationStatusResult = class
interface IJsonModel<OperationStatusResult>
interface IPersistableModel<OperationStatusResult>
Public Class OperationStatusResult
Implements IJsonModel(Of OperationStatusResult), IPersistableModel(Of OperationStatusResult)
- Inheritance
-
OperationStatusResult
- Derived
- 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<OperationStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OperationStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OperationStatusResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OperationStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OperationStatusResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET