Delen via


OperationsListNextResponse type

Bevat antwoordgegevens voor de listNext-bewerking.

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