OperationsListNextResponse type
Zawiera dane odpowiedzi dla operacji listNext.
type OperationsListNextResponse = ServiceOperationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceOperationList
}
}