You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-apis-tools.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: APIs and tools for developers
3
3
description: Learn about the APIs and tools available for developing solutions with the Azure Batch service.
4
4
ms.topic: conceptual
5
-
ms.date: 06/13/2024
5
+
ms.date: 06/26/2024
6
6
---
7
7
8
8
@@ -32,7 +32,7 @@ For example, the [Batch service API to delete a pool](/rest/api/batchservice/poo
32
32
33
33
Whereas the [Batch management API to delete a pool](/rest/api/batchmanagement/pool/delete) is targeted at the management.azure.com layer: `DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}`
34
34
35
-
## Batch service APIs
35
+
## Batch Service APIs
36
36
37
37
Your applications and services can issue direct REST API calls or use one or more of the following client libraries to run and manage your Azure Batch workloads.
38
38
@@ -51,7 +51,7 @@ The Azure Resource Manager APIs for Batch provide programmatic access to Batch a
51
51
| API | API reference | Download | Tutorial | Code samples |
52
52
| --- | --- | --- | --- | --- |
53
53
|**Batch Management REST**|[Azure REST API - Docs](/rest/api/batchmanagement/)|- |- |[GitHub](https://github.com/Azure-Samples/batch-dotnet-manage-batch-accounts)|
54
-
|**Batch Management .NET**|[Azure SDK for .NET - Docs](/dotnet/api/overview/azure/batch/management/management-batch(deprecated))|[NuGet](https://www.nuget.org/packages/Microsoft.Azure.Management.Batch/)|[Tutorial](batch-management-dotnet.md)|[GitHub](https://github.com/Azure-Samples/azure-batch-samples/tree/master/CSharp)|
54
+
|**Batch Management .NET**|[Azure SDK for .NET - Docs](/dotnet/api/overview/azure/resourcemanager.batch-readme)|[NuGet](https://www.nuget.org/packages/Azure.ResourceManager.Batch/)|[Tutorial](batch-management-dotnet.md)|[GitHub](https://aka.ms/azuresdk-net-mgmt-samples)|
55
55
|**Batch Management Python**|[Azure SDK for Python - Docs](/samples/azure-samples/azure-samples-python-management/batch/)|[PyPI](https://pypi.org/project/azure-mgmt-batch/)|- |- |
56
56
|**Batch Management JavaScript**|[Azure SDK for JavaScript - Docs](/javascript/api/overview/azure/arm-batch-readme)|[npm](https://www.npmjs.com/package/@azure/arm-batch)|- |- |
57
57
|**Batch Management Java**|[Azure SDK for Java - Docs](/java/api/overview/azure/batch/management)|[Maven](https://search.maven.org/search?q=a:azure-batch)|- |- |
0 commit comments