OperationsListNextResponse type   
Innehåller svarsdata för listNästa åtgärden.
type OperationsListNextResponse = OperationListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationListResult
  }
}