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