@pulumi/azure-native
Version: 
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.78 kB
TypeScript
export { GetManagementAssociationArgs, GetManagementAssociationResult, GetManagementAssociationOutputArgs } from "./getManagementAssociation";
export declare const getManagementAssociation: typeof import("./getManagementAssociation").getManagementAssociation;
export declare const getManagementAssociationOutput: typeof import("./getManagementAssociation").getManagementAssociationOutput;
export { GetManagementConfigurationArgs, GetManagementConfigurationResult, GetManagementConfigurationOutputArgs } from "./getManagementConfiguration";
export declare const getManagementConfiguration: typeof import("./getManagementConfiguration").getManagementConfiguration;
export declare const getManagementConfigurationOutput: typeof import("./getManagementConfiguration").getManagementConfigurationOutput;
export { GetSolutionArgs, GetSolutionResult, GetSolutionOutputArgs } from "./getSolution";
export declare const getSolution: typeof import("./getSolution").getSolution;
export declare const getSolutionOutput: typeof import("./getSolution").getSolutionOutput;
export { ManagementAssociationArgs } from "./managementAssociation";
export type ManagementAssociation = import("./managementAssociation").ManagementAssociation;
export declare const ManagementAssociation: typeof import("./managementAssociation").ManagementAssociation;
export { ManagementConfigurationArgs } from "./managementConfiguration";
export type ManagementConfiguration = import("./managementConfiguration").ManagementConfiguration;
export declare const ManagementConfiguration: typeof import("./managementConfiguration").ManagementConfiguration;
export { SolutionArgs } from "./solution";
export type Solution = import("./solution").Solution;
export declare const Solution: typeof import("./solution").Solution;