ourcemanager.azure-resourcemanager-hybridcompute.1.0.0.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-hybridcompute Show documentation
Show all versions of azure-resourcemanager-hybridcompute Show documentation
This package contains Microsoft Azure SDK for HybridCompute Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. The Hybrid Compute Management Client. Package tag package-preview-2024-05.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
module com.azure.resourcemanager.hybridcompute {
requires transitive com.azure.core.management;
exports com.azure.resourcemanager.hybridcompute;
exports com.azure.resourcemanager.hybridcompute.fluent;
exports com.azure.resourcemanager.hybridcompute.fluent.models;
exports com.azure.resourcemanager.hybridcompute.models;
opens com.azure.resourcemanager.hybridcompute.fluent.models to com.azure.core;
opens com.azure.resourcemanager.hybridcompute.models to com.azure.core;
}