OperationsListResponse type
Содержит данные ответа для операции со списком.
type OperationsListResponse = ServiceOperationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceOperationList
}
}