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


OperationsListNextResponse type

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

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