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


OperationsList1NextResponse type

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

type OperationsList1NextResponse = OperationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsListResult
  }
}