swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector BlockchainMemberOperationResult API schemes: - https tags: - name: BlockchainMemberOperationResult paths: ? /subscriptions/{subscriptionId}/providers/Microsoft.Blockchain/locations/{locationName}/blockchainMemberOperationResults/{operationId} : get: tags: - BlockchainMemberOperationResult description: Get Async operation result. operationId: microsoftAzureBlockchainmemberoperationresultsGet parameters: - name: locationName in: path description: Location name. required: true type: string - name: operationId in: path description: Operation Id. required: true type: string - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' responses: '200': description: Success schema: $ref: '#/definitions/OperationResult' '204': description: Success x-ms-examples: BlockchainMemberOperationResults_Get: $ref: ./examples/BlockchainMemberOperationResults_Get.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Blockchain Locations Locationname Blockchainmemberoperationresults Operationid definitions: OperationResult: description: Operation result payload which is exposed in the response of the resource provider. type: object properties: name: description: Gets or sets the operation name. type: string startTime: format: date-time description: Gets or sets the operation start time. type: string endTime: format: date-time description: Gets or sets the operation end time. type: string parameters: ApiVersionParameter: name: api-version in: query description: Client API Version. required: true type: string enum: - 2018-06-01-preview SubscriptionIdParameter: name: subscriptionId in: path description: Gets the subscription Id which uniquely identifies the Microsoft Azure subscription. The subscription ID is part of the URI for every service call. required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'