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


OperationsListNextResponse type

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

type OperationsListNextResponse = OperationListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationListResult
  }
}