OperationResult interface

Operation Result Entity.

Properties

code

The code of the error.

endTime

The operation end time

id

ID of the resource.

message

The error message.

name

Name of the resource.

operationKind

The kind of the operation.

operationState

The state of the operation.

percentComplete

Percentage completed.

provisioningState

The provisioned state of the resource.

startTime

The operation start time

status

status of the Operation result.

Property Details

code

The code of the error.

code?: string

Property Value

string

endTime

The operation end time

endTime?: Date

Property Value

Date

id

ID of the resource.

id?: string

Property Value

string

message

The error message.

message?: string

Property Value

string

name

Name of the resource.

name?: string

Property Value

string

operationKind

The kind of the operation.

operationKind?: string

Property Value

string

operationState

The state of the operation.

operationState?: string

Property Value

string

percentComplete

Percentage completed.

percentComplete?: number

Property Value

number

provisioningState

The provisioned state of the resource.

provisioningState?: string

Property Value

string

startTime

The operation start time

startTime?: Date

Property Value

Date

status

status of the Operation result.

status?: string

Property Value

string