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