Creating Azure Batch Pools using Azure.ResourceManager.Batch package

ZIA SAEED 0 Reputation points
2024-05-08T21:57:03.29+00:00

Is there any sample code available for creating Azure Batch Pools using Azure.ResourceManager.Batch package?

https://learn.microsoft.com/en-us/dotnet/api/azure.resourcemanager.batch.batchaccountpoolresource.createresourceidentifier?view=azure-dotnet

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 25,121 Reputation points
    2024-05-09T02:41:37.4466667+00:00

    Hello ZIA SAEED

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Please refer to this document, there are many example here.

    https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?view=rest-batchmanagement-2024-02-01&tabs=dotnet

    Also, you can see C# samples here: https://github.com/Azure-Samples/azure-batch-samples/tree/master/CSharp

    Hope this helps.

    0 comments No comments