Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.54 KB

File metadata and controls

56 lines (39 loc) · 1.54 KB
title Azure Resource Manager CDN client library for Java
description Describes the Azure Resource Manager CDN client and provides the client's prerequisites and contribution steps.
keywords Azure, java, SDK, API, azure-resourcemanager-cdn,
author ramya-rao-a
ms.author sizhu
ms.date 10/19/2020
ms.topic reference
ms.devlang java
ms.service azure

Azure Resource Manager CDN client library for Java - Version 2.0.0-beta.5

Azure Resource Manager CDN client library for Java

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-cdn</artifactId>
    <version>2.0.0-beta.5</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.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request