OperationsListNextResponse type
يحتوي على بيانات الاستجابة لعملية listNext.
type OperationsListNextResponse = OperationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationList
}
}