OperationResultsDescription 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 properties indicating the operation result of an operation on a service.
public class OperationResultsDescription
type OperationResultsDescription = class
Public Class OperationResultsDescription
- Inheritance
-
OperationResultsDescription
Constructors
OperationResultsDescription() |
Initializes a new instance of the OperationResultsDescription class. |
OperationResultsDescription(String, String, String, String, String, Object) |
Initializes a new instance of the OperationResultsDescription class. |
Properties
EndTime |
Gets the time that the operation finished. |
Id |
Gets the ID of the operation returned. |
Name |
Gets the name of the operation result. |
Properties |
Gets or sets additional properties of the operation result. |
StartTime |
Gets the time that the operation was started. |
Status |
Gets the status of the operation being performed. Possible values include: 'Canceled', 'Succeeded', 'Failed', 'Requested', 'Running' |
Applies to
Azure SDK for .NET