OperationsListNextResponse type
Enthält Antwortdaten für den ListNext-Vorgang.
type OperationsListNextResponse = OperationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationListResult
}
}