Skip navigation links

Azure SDK for Java Reference Documentation

Current version is 1.0.0-beta.18, click here for the index

Azure Core Experimental shared library for Java

See: Description

Packages 
Package Description
com.azure.core.experimental.credential
Package containing experimental credential classes.
com.azure.core.experimental.http
Package containing the classes for sending HTTP requests and receiving HTTP responses for a low level client.
com.azure.core.experimental.http.policy
Package containing experimental http policies.
com.azure.core.experimental.models
Package containing experimental model classes.
com.azure.core.experimental.serializer
Package containing experimental serializer interfaces.
Current version is 1.0.0-beta.18, click here for the index

Azure Core Experimental shared library for Java

Build Documentation

Azure Core Experimental contains types that are being evaluated and might eventually become part of Azure Core, this library will always stay in a preview version and might allow breaking changes.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-experimental</artifactId>
    <version>1.0.0-beta.18</version>
</dependency>

Key concepts

Azure Core experimental is reserved for features that are actively being prototyped and may be merged into Azure Core in the future.

Examples

Troubleshooting

Enabling Logging

Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help locate the root issue. View the logging wiki for guidance about enabling logging.

Next steps

Contributing

For details on contributing to this repository, see the contributing guide.

  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

Impressions

Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.