Operations - List

Lists all of the available Data Lake Analytics REST API operations.

GET https://management.azure.com/providers/Microsoft.DataLakeAnalytics/operations?api-version=2016-11-01

URI Parameters

Name In Required Type Description
api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

OperationListResult

Successfully listed the available operations for Data Lake Analytics.

Other Status Codes

ErrorResponse

Security

azure_auth

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

Lists all of the available Data Lake Analytics REST API operations

Sample Request

GET https://management.azure.com/providers/Microsoft.DataLakeAnalytics/operations?api-version=2016-11-01

Sample Response

{
  "value": [
    {
      "name": "Microsoft.DataLakeAnalytics/operations/read",
      "display": {
        "provider": "Microsoft DataLakeAnalytics",
        "resource": "Available Operations",
        "operation": "Get Available Operations",
        "description": "Get available operations of DataLakeAnalytics."
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/contosorg/providers/Microsoft.DataLakeAnalytics/accounts/contosoadla/jobPolicies?api-version=2016-11-01&%24skiptoken=<token>"
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

Operation

An available operation for Data Lake Analytics.

OperationDisplay

The display information for a particular operation.

OperationListResult

The list of available operations for Data Lake Analytics.

OperationMetaLogSpecification
OperationMetaMetricAvailabilitiesSpecification
OperationMetaMetricSpecification
OperationMetaPropertyInfo
OperationMetaServiceSpecification
OperationOrigin

The intended executor of the operation.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

Operation

An available operation for Data Lake Analytics.

Name Type Description
display

OperationDisplay

The display information for the operation.

name

string

The name of the operation.

origin

OperationOrigin

The intended executor of the operation.

properties

OperationMetaPropertyInfo

The OperationMetaPropertyInfo for the operation.

OperationDisplay

The display information for a particular operation.

Name Type Description
description

string

A friendly description of the operation.

operation

string

A friendly name of the operation.

provider

string

The resource provider of the operation.

resource

string

The resource type of the operation.

OperationListResult

The list of available operations for Data Lake Analytics.

Name Type Description
nextLink

string

The link (url) to the next page of results.

value

Operation[]

The results of the list operation.

OperationMetaLogSpecification

Name Type Description
blobDuration

string

The blobDuration for OperationMetaLogSpecification.

displayName

string

The displayName for OperationMetaLogSpecification.

name

string

The name for OperationMetaLogSpecification.

OperationMetaMetricAvailabilitiesSpecification

Name Type Description
blobDuration

string

The blobDuration for OperationMetaMetricAvailabilitiesSpecification.

timeGrain

string

The timegrain for OperationMetaMetricAvailabilitiesSpecification.

OperationMetaMetricSpecification

Name Type Description
aggregationType

string

The aggregationType for OperationMetaMetricSpecification.

availabilities

OperationMetaMetricAvailabilitiesSpecification[]

The availabilities for OperationMetaMetricSpecification.

displayDescription

string

The displayName for OperationMetaMetricSpecification.

displayName

string

The displayName for OperationMetaMetricSpecification.

name

string

The name for OperationMetaMetricSpecification.

unit

string

The unit for OperationMetaMetricSpecification.

OperationMetaPropertyInfo

Name Type Description
serviceSpecification

OperationMetaServiceSpecification

The operations OperationMetaServiceSpecification.

OperationMetaServiceSpecification

Name Type Description
logSpecifications

OperationMetaLogSpecification[]

The logSpecifications for OperationMetaServiceSpecification.

metricSpecifications

OperationMetaMetricSpecification[]

The metricSpecifications for OperationMetaServiceSpecification.

OperationOrigin

The intended executor of the operation.

Name Type Description
system

string

user

string

user,system

string