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