OperationResultsDescription interface
The properties indicating the operation result of an operation on a service.
Properties
id | The ID of the operation returned. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the operation result. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The time that the operation was started. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the operation being performed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The ID of the operation returned. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The name of the operation result. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
startTime
The time that the operation was started. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
status
The status of the operation being performed. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string