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