ourcemanager.azure-resourcemanager-securityinsights.1.0.0-beta.5.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-securityinsights Show documentation
Show all versions of azure-resourcemanager-securityinsights Show documentation
This package contains Microsoft Azure SDK for SecurityInsights Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider. Package tag package-preview-2022-09.
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.securityinsights {
requires transitive com.azure.core.management;
exports com.azure.resourcemanager.securityinsights;
exports com.azure.resourcemanager.securityinsights.fluent;
exports com.azure.resourcemanager.securityinsights.fluent.models;
exports com.azure.resourcemanager.securityinsights.models;
opens com.azure.resourcemanager.securityinsights.fluent.models to com.azure.core;
opens com.azure.resourcemanager.securityinsights.models to com.azure.core;
}