AscOperation Class

Definition

The status of operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AscOperation
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AscOperation = class
Public Class AscOperation
Inheritance
AscOperation
Attributes

Constructors

AscOperation()

Initializes a new instance of the AscOperation class.

AscOperation(String, String, String, String, String, ErrorResponse, IDictionary<String,Object>)

Initializes a new instance of the AscOperation class.

Properties

EndTime

Gets or sets the end time of the operation.

Error

Gets or sets the error detail of the operation if any.

Id

Gets or sets the operation Id.

Name

Gets or sets the operation name.

Output

Gets or sets additional operation-specific output.

StartTime

Gets or sets the start time of the operation.

Status

Gets or sets the status of the operation.

Applies to