swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ProfessionalServiceResources API schemes: - https tags: - name: ProfessionalServiceResources paths: /providers/Microsoft.ProfessionalService/operations: get: tags: - ProfessionalServiceResources operationId: microsoftAzureOperationsList description: Gets all ProfessionalService app operations. produces: - application/json parameters: - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ProfessionalServiceAppOperationsResponseWithContinuation' default: description: A response indicating an error. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: Get ProfessionalService operations: $ref: ./examples/Operation/GetRpOperations.json x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Providers Microsoft Professionalservice Operations definitions: ProfessionalServiceAppOperationDisplay: description: ProfessionalService app operation display type: object properties: provider: description: Name of the provider for display purposes type: string resource: description: Name of the resource type for display purposes type: string operation: description: Name of the operation for display purposes type: string description: description: Description of the operation for display purposes type: string ProfessionalServiceAppOperation: description: professionalService app operations type: object properties: name: description: the operation name type: string display: description: the operation display $ref: '#/definitions/ProfessionalServiceAppOperationDisplay' origin: description: the operation origin type: string isDataAction: description: whether the operation is a data action or not. type: boolean ProfessionalServiceAppOperationsResponseWithContinuation: description: professionalService app operation response with continuation. type: object properties: nextLink: description: the next link to query to get the remaining results. type: string value: description: the value of response. type: array x-ms-identifiers: [] items: $ref: '#/definitions/ProfessionalServiceAppOperation' parameters: ApiVersionParameter: name: api-version in: query required: true type: string x-ms-parameter-location: client description: The API version to be used with the HTTP request. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'