Compute Operation Results - List

Returns a list of all compute operation results at a location.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/computeOperationResults?api-version=2016-05-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/computeOperationResults?api-version=2016-05-01&$filter={$filter}

URI Parameters

Name In Required Type Description
location
path True

string

Location of the resource.

resourceGroupName
path True

string

Name of the resource group.

subscriptionId
path True

string

Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client API Version.

$filter
query

string

OData filter parameter.

Responses

Name Type Description
200 OK

ComputeOperationResultList

OK

Security

azure_auth

Authorization uses an Azure Active Directory OAuth2 flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Returns a list of all compute operation results at a location.

Sample Request

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/computeOperationResults?api-version=2016-05-01

Sample Response

{
  "value": [
    {
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "properties": {
        "provisioningState": "Failed"
      }
    }
  ]
}

Definitions

Name Description
ComputeOperationResult

Compute operation result description.

ComputeOperationResultList

Pageable list of compute operation results.

ComputeOperationResult

Compute operation result description.

Name Type Description
id

string

URI of the resource.

location

string

The region where the resource is located.

name

string

Name of the resource.

properties.instances

string[]

List of operation result instances.

properties.provisioningState

string

Success or failure of operation.

tags

object

List of key-value pairs.

type

string

Type of resource.

ComputeOperationResultList

Pageable list of compute operation results.

Name Type Description
nextLink

string

URI to the next page.

value

ComputeOperationResult[]

List of compute operation results.