1.5 KiB
1.5 KiB
title | keywords | author | ms.author | ms.date | ms.topic | ms.prod | ms.technology | ms.devlang | ms.service |
---|---|---|---|---|---|---|---|---|---|
Azure Resource Manager monitor client library for Java | Azure, java, SDK, API, azure-resourcemanager-monitor, monitor | maggiepint | magpint | 09/03/2020 | article | azure | azure | java | monitor |
Azure Resource Manager monitor client library for Java - Version 2.0.0-beta.4
Azure Resource Manager monitor client library for Java - Version 2.0.0-beta.4
For documentation on how to use this package, please see Azure Management Libraries for Java.
Getting started
Prerequisites
- Java Development Kit (JDK) with version 8 or above
Adding the package to your product
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-monitor</artifactId>
<version>2.0.0-beta.4</version>
</dependency>
Key concepts
Examples
Troubleshooting
Next steps
Contributing
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request