Поделиться через


OperationsListResponse type

Содержит данные ответа для операции списка.

type OperationsListResponse = OperationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationList
  }
}