swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector OperationResults API schemes: - https tags: - name: OperationResults paths: ? /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/locations/{locations}/operationResults/{operationResultsId} : get: tags: - OperationResults description: Get operationResults for a Data Manager For Agriculture resource. operationId: microsoftAzureOperationresultsGet produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - in: path name: locations description: Location. required: true type: string - in: path name: operationResultsId description: operationResultsId for a specific location. required: true type: string responses: '200': description: Success schema: $ref: '#/definitions/ArmAsyncOperation' default: description: Error schema: $ref: ../../../../../common-types/resource-management/v4/types.json#/definitions/ErrorResponse x-ms-examples: OperationResults_Get: $ref: ./examples/OperationResults_Get.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Agfoodplatform Locations Locations Operationresults Operationresultsid /subscriptions/{subscriptionId}/providers/Microsoft.BotService/operationresults/{operationResultId}: get: tags: - OperationResults description: Get the operation result for a long running operation. operationId: microsoftAzureOperationresultsGet x-ms-examples: Get operation result: $ref: ./examples/OperationResultsGet.json parameters: - $ref: '#/parameters/apiVersionParameter' - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/operationResultIdParameter' responses: '200': description: The body contains all of the properties of the operation result. schema: $ref: '#/definitions/OperationResultsDescription' '202': description: Accepted - Get request accepted; the operation will complete asynchronously. default: description: Default error response x-ms-error-response: true schema: $ref: '#/definitions/Error' x-ms-long-running-operation: true summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Botservice Operationresults Operationresultid /subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/operationResults/{operationId}: get: tags: - OperationResults summary: Microsoft Azure Get The Operation Result For A Long Running Operation operationId: microsoftAzureOperationresultsGet produces: - application/json parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../common-types/v1/common-types.json#/parameters/LocationNameParameter - $ref: ../../../common-types/v1/common-types.json#/parameters/OperationIdParameter responses: '200': description: OK schema: $ref: ../../../common-types/v1/common-types.json#/definitions/OperationStatusExtendedResult default: description: Error response describing why the operation failed. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: OperationResults_Get: $ref: ./examples/OperationResults_Get.json description: Needs a more full description created. definitions: ArmAsyncOperation: description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." type: object properties: status: description: Status of the async operation. type: string error: $ref: '#/definitions/ArmAsyncOperationError' OperationResultsDescription: description: The properties indicating the operation result of an operation on a service. type: object properties: id: description: The ID of the operation returned. readOnly: true type: string name: description: The name of the operation result. readOnly: true type: string status: description: The status of the operation being performed. enum: - Canceled - Succeeded - Failed - Requested - Running readOnly: true type: string x-ms-enum: name: OperationResultStatus modelAsString: true startTime: format: date-time description: The time that the operation was started. readOnly: true type: string ErrorBody: properties: code: type: string description: error code message: type: string description: error message description: Bot Service error body. required: - code - message ArmAsyncOperationError: description: "Arm async operation error class.\r\nRef: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#azure-asyncoperation-resource-format." type: object properties: code: description: Status of the async operation. type: string message: description: Status of the async operation. type: string Error: properties: error: $ref: '#/definitions/ErrorBody' description: The error body. description: Bot Service error object. parameters: subscriptionIdParameter: name: subscriptionId in: path description: Azure Subscription ID. required: true type: string apiVersionParameter: name: api-version in: query required: true type: string description: Version of the API to be used with the client request. operationResultIdParameter: name: operationResultId in: path description: The ID of the operation result to get. required: true x-ms-parameter-location: method type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'