OperationsListResponse type
Obsahuje data odpovědi pro operaci výpisu.
type OperationsListResponse = OperationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationListResult
}
}