OperationResult interface
Operation Result Entity.
Properties
code | The code of the error. |
end |
The operation end time |
id | ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The error message. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
operation |
The kind of the operation. |
operation |
The state of the operation. |
percent |
Percentage completed. |
provisioning |
The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The operation start time |
status | status of the Operation result. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
message
The error message.
message?: string
Property Value
string
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
startTime
The operation start time
startTime?: Date
Property Value
Date
status
status of the Operation result. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string