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