OperationResultsDescription interface

The properties indicating the operation result of an operation on a service.

Properties

endTime

The time that the operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

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.

properties

Additional properties of the operation result.

startTime

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

endTime

The time that the operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: string

Property Value

string

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

properties

Additional properties of the operation result.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>

startTime

The time that the operation was started. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

Property Value

string

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