swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector MachineLearningComputeOperations API schemes: - https tags: - name: MachineLearningComputeOperations paths: /providers/Microsoft.MachineLearningCompute/operations: get: tags: - MachineLearningComputeOperations operationId: microsoftAzureMachinelearningcomputeListavailableoperations x-ms-examples: Machine Learning Compute List Available Operations: $ref: examples/MachineLearningCompute_ListAvailableOperations.json description: Gets all available operations. parameters: - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/AvailableOperations' summary: Microsoft Azure Get Providers Microsoft Machinelearningcompute Operations definitions: ResourceOperation: type: object description: Resource operation properties: name: type: string description: Name of this operation. display: type: object description: Display of the operation properties: provider: type: string description: The resource provider name resource: type: string description: The resource name operation: type: string description: The operation description: type: string description: The description of the operation origin: type: string description: The operation origin AvailableOperations: type: object description: Available operation list properties: value: type: array description: An array of available operations items: $ref: '#/definitions/ResourceOperation' parameters: ApiVersionParameter: in: query name: api-version type: string description: The version of the Microsoft.MachineLearningCompute resource provider API to use. required: true x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'