OperationsListNextResponse type
Obsahuje data odpovědi pro operaci listNext.
type OperationsListNextResponse = OperationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationList
}
}