OperationsListResponse type
Содержит данные ответа для операции со списком.
type OperationsListResponse = OperationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationListResult
}
}