Skip to content

Commit

Permalink
Update sdk/batch/Azure.Compute.Batch/samples/Sample1_CreatePool_Job_T…
Browse files Browse the repository at this point in the history
…ask.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>
  • Loading branch information
wiboris and jsquire committed Jun 22, 2024
1 parent 205944a commit 4dd92e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ In order to create Batch Pool from the Azure.Managment.Batch library you will ne
var credential = new DefaultAzureCredential();
ArmClient _armClient = new ArmClient(credential);
```

### Pool creation

Batch operations in the **Azure.Management.Batch** sdk are preformed from a BatchAccountResource object, to get a BatchAccountResource object you can query the armclient for the resource id of your Batch account.
Expand Down

0 comments on commit 4dd92e2

Please sign in to comment.