Registry / cloud / azure-resourcemanager-resources

azure-resourcemanager-resources

JSON →
library2.54.0javamavenunverified

Microsoft Azure Resource Management SDK for managing Azure resources.

<dependency> <groupId>com.azure.resourcemanager</groupId> <artifactId>azure-resourcemanager-resources</artifactId> <version>2.54.0</version> </dependency>
INSTALL
IMPORT
SIG · AZURE-RESOURCEMANA
A
azure-resourcemanager-resources
cloudjavav2.54.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ResourceManager
com.azure.resourcemanager.resources.ResourceManager

Minimal example showing authentication and initialization of Azure Resource Manager.

import com.azure.resourcemanager.resources.ResourceManager; import com.azure.core.credential.TokenCredential; import com.azure.core.management.AzureEnvironment; public class Example { public static void main(String[] args) { TokenCredential credential = null; // obtain credential ResourceManager resourceManager = ResourceManager.authenticate(credential, AzureEnvironment.AZURE) .withSubscription("subscription-id"); System.out.println("Resource Manager initialized"); } }
Debug
Known issues
breakingBreaking changes in API versions may require code updates.
fix
Always check the changelog when upgrading the SDK version.
affects: >=2.0.0
Upgrade
Version history
2.54.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
azure-resourcemanager-resources — mvn dependency:get azure-resourcemanager-resources · libregistry