swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ProviderOperations API schemes: - https tags: - name: ProviderOperations paths: /providers/Microsoft.DevTestLab/operations: get: tags: - ProviderOperations description: Result of the request to list REST API operations operationId: microsoftAzureProvideroperationsList parameters: - $ref: '#/parameters/api-version' responses: '200': description: Success schema: $ref: '#/definitions/ProviderOperationResult' default: description: BadRequest schema: $ref: '#/definitions/CloudError' x-ms-examples: ProviderOperations_List: $ref: ./examples/ProviderOperations_List.json x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Providers Microsoft Devtestlab Operations /providers/Microsoft.LabServices/operations: get: tags: - ProviderOperations description: Result of the request to list REST API operations operationId: microsoftAzureProvideroperationsList parameters: - $ref: '#/parameters/api-version_2' responses: '200': description: Success schema: $ref: '#/definitions/ProviderOperationResult' security: - azure_auth: - user_impersonation x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Providers Microsoft Labservices Operations definitions: CloudError: description: Error from a REST request. type: object properties: error: $ref: '#/definitions/CloudErrorBody' description: The cloud error that occurred x-ms-external: true OperationMetadataDisplay: description: The object that describes the operations type: object properties: provider: description: Friendly name of the resource provider type: string resource: description: Resource type on which the operation is performed. type: string operation: description: 'Operation type: read, write, delete, listKeys/action, etc.' type: string description: description: Friendly name of the operation type: string CloudErrorBody: description: Body of an error from a REST request. type: object properties: code: description: The error code. type: string message: description: The error message. type: string target: description: The error target. type: string details: description: Inner errors. type: array items: $ref: '#/definitions/CloudErrorBody' x-ms-external: true OperationMetadata: description: The REST API operation supported by DevTestLab ResourceProvider. type: object properties: name: description: 'Operation name: {provider}/{resource}/{operation}' type: string display: $ref: '#/definitions/OperationMetadataDisplay' description: The object that describes the operations ProviderOperationResult: description: Result of the request to list REST API operations type: object properties: value: description: List of operations supported by the resource provider. type: array items: $ref: '#/definitions/OperationMetadata' nextLink: description: URL to get the next set of operation list results if there are any. type: string readOnly: true parameters: api-version_2: name: api-version in: query description: Client API version. required: true type: string default: '2018-10-15' api-version: name: api-version in: query description: Client API version. required: true type: string default: '2018-09-15' x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'