|
1946 | 1946 | }
|
1947 | 1947 | }
|
1948 | 1948 | }
|
| 1949 | + }, |
| 1950 | + "/providers/Microsoft.CostManagement/operations": { |
| 1951 | + "get": { |
| 1952 | + "tags": [ |
| 1953 | + "Operations" |
| 1954 | + ], |
| 1955 | + "operationId": "Operations_List", |
| 1956 | + "description": "Lists all of the available cost management REST API operations.", |
| 1957 | + "parameters": [ |
| 1958 | + { |
| 1959 | + "$ref": "#/parameters/apiVersionParameter" |
| 1960 | + } |
| 1961 | + ], |
| 1962 | + "responses": { |
| 1963 | + "200": { |
| 1964 | + "description": "OK. The request has succeeded.", |
| 1965 | + "schema": { |
| 1966 | + "$ref": "#/definitions/OperationListResult" |
| 1967 | + } |
| 1968 | + }, |
| 1969 | + "default": { |
| 1970 | + "description": "Error response describing why the operation failed.", |
| 1971 | + "schema": { |
| 1972 | + "$ref": "#/definitions/ErrorResponse" |
| 1973 | + } |
| 1974 | + } |
| 1975 | + }, |
| 1976 | + "x-ms-pageable": { |
| 1977 | + "nextLinkName": "nextLink" |
| 1978 | + } |
| 1979 | + } |
1949 | 1980 | }
|
1950 | 1981 | },
|
1951 | 1982 | "definitions": {
|
| 1983 | + "Operation": { |
| 1984 | + "description": "A Cost Management REST API operation.", |
| 1985 | + "type": "object", |
| 1986 | + "properties": { |
| 1987 | + "name": { |
| 1988 | + "description": "Operation name: {provider}/{resource}/{operation}.", |
| 1989 | + "type": "string", |
| 1990 | + "readOnly": true |
| 1991 | + }, |
| 1992 | + "display": { |
| 1993 | + "description": "The object that represents the operation.", |
| 1994 | + "properties": { |
| 1995 | + "provider": { |
| 1996 | + "description": "Service provider: Microsoft.CostManagement.", |
| 1997 | + "type": "string", |
| 1998 | + "readOnly": true |
| 1999 | + }, |
| 2000 | + "resource": { |
| 2001 | + "description": "Resource on which the operation is performed: UsageDetail, etc.", |
| 2002 | + "type": "string", |
| 2003 | + "readOnly": true |
| 2004 | + }, |
| 2005 | + "operation": { |
| 2006 | + "description": "Operation type: Read, write, delete, etc.", |
| 2007 | + "type": "string", |
| 2008 | + "readOnly": true |
| 2009 | + } |
| 2010 | + } |
| 2011 | + } |
| 2012 | + } |
| 2013 | + }, |
| 2014 | + "OperationListResult": { |
| 2015 | + "description": "Result of listing CostManagement operations. It contains a list of operations and a URL link to get the next set of results.", |
| 2016 | + "properties": { |
| 2017 | + "value": { |
| 2018 | + "description": "List of CostManagement operations supported by the Microsoft.CostManagement resource provider.", |
| 2019 | + "type": "array", |
| 2020 | + "readOnly": true, |
| 2021 | + "items": { |
| 2022 | + "$ref": "#/definitions/Operation" |
| 2023 | + } |
| 2024 | + }, |
| 2025 | + "nextLink": { |
| 2026 | + "description": "URL to get the next set of operation list results if there are any.", |
| 2027 | + "type": "string", |
| 2028 | + "readOnly": true |
| 2029 | + } |
| 2030 | + } |
| 2031 | + }, |
1952 | 2032 | "ErrorBase": {
|
1953 | 2033 | "description": "The details of the error.",
|
1954 | 2034 | "properties": {
|
|
2784 | 2864 | },
|
2785 | 2865 | "collection": {
|
2786 | 2866 | "$ref": "#/definitions/ConnectorCollectionInfo",
|
2787 |
| - "x-ms-mutability": [ |
2788 |
| - "read" |
2789 |
| - ], |
2790 | 2867 | "description": "Collection information",
|
2791 | 2868 | "readOnly": true
|
2792 | 2869 | }
|
|
0 commit comments