Dela via


OperationsListNextResponse type

Innehåller svarsdata för åtgärden listNext.

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