共用方式為


OperationResultsDescription Class

Definition

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