OperationsGetDetailsResponse type
Contains response data for the getDetails operation.
type OperationsGetDetailsResponse = Operation &
OperationsGetDetailsHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Operation
parsedHeaders: OperationsGetDetailsHeaders
}
}