swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector PrivateLinkServiceResourceOperationResults API schemes: - https tags: - name: PrivateLinkServiceResourceOperationResults paths: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/operationResults/{operationId}: get: tags: - PrivateLinkServiceResourceOperationResults description: Gets operation result of Private Link Service Resources for Power BI. operationId: microsoftAzurePrivatelinkserviceresourceoperationresultsGet x-ms-examples: Result of operation on private link resources: $ref: ./examples/PrivateLinkServiceResourceOperationResults_Get.json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/OperationIdParameter' - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/AsyncOperationDetail' '202': description: Operation is in progress. schema: $ref: '#/definitions/AsyncOperationDetail' default: schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse description: An error response received from Power BI service. x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Powerbi Operationresults Operationid definitions: AsyncOperationDetail: title: AsyncOperationDetail type: object properties: id: type: string description: The operation id. name: type: string description: The operation name. status: type: string description: The operation status. startTime: type: string description: The operation start time. endTime: type: string description: The operation end time. error: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorDetail description: The error. parameters: ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to be used with the HTTP request. SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). OperationIdParameter: name: operationId in: path required: true type: string description: The id of Azure async operation. x-ms-parameter-location: client x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'