OperationsListResponse type
Zawiera dane odpowiedzi dla operacji listy.
type OperationsListResponse = ServiceOperationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceOperationList
}
}