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