ourcemanager.azure-resourcemanager-costmanagement.1.0.0-beta.3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-costmanagement Show documentation
Show all versions of azure-resourcemanager-costmanagement Show documentation
This package contains Microsoft Azure SDK for CostManagement Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. CostManagement management client provides access to CostManagement resources for Azure Enterprise Subscriptions. Package tag package-2022-10.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
module com.azure.resourcemanager.costmanagement {
requires transitive com.azure.core.management;
exports com.azure.resourcemanager.costmanagement;
exports com.azure.resourcemanager.costmanagement.fluent;
exports com.azure.resourcemanager.costmanagement.fluent.models;
exports com.azure.resourcemanager.costmanagement.models;
opens com.azure.resourcemanager.costmanagement.fluent.models to
com.azure.core,
com.fasterxml.jackson.databind;
opens com.azure.resourcemanager.costmanagement.models to
com.azure.core,
com.fasterxml.jackson.databind;
}