AscOperation 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 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
Azure SDK for .NET