azure.com

Creates an Azure Data Lake Analytics job client.

13 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists the jobs, if any, associated with the specified Data Lake Analytics acc…
curl \
  /jobs
Lists all pipelines.
curl \
  /pipelines
Lists all recurrences.
curl \
  /recurrences
Endpoints (13 total)
GET
/jobs
Lists the jobs, if any, associated with the specified Data Lake Analytics acc…
GET
/pipelines
Lists all pipelines.
GET
/recurrences
Lists all recurrences.
GET
/jobs/{jobIdentity}
Gets the job information for the specified job ID.
GET
/pipelines/{pipelineIdentity}
Gets the Pipeline information for the specified pipeline ID.
GET
/jobs/{jobIdentity}/GetStatistics
Gets statistics of the specified job.
GET
/recurrences/{recurrenceIdentity}
Gets the recurrence information for the specified recurrence ID.
GET
/jobs/{jobIdentity}/GetDebugDataPath
Gets the job debug data information specified by the job ID.
POST
/buildJob
Builds (compiles) the specified job in the specified Data Lake Analytics acco…
POST
/jobs/{jobIdentity}/YieldJob
Pauses the specified job and places it back in the job queue, behind other jo…
POST
/jobs/{jobIdentity}/CancelJob
Cancels the running job specified by the job ID.
PUT
/jobs/{jobIdentity}
Submits a job to the specified Data Lake Analytics account.
At a glance
Total SDKs9
Languages8
Endpoints13
Categories1