UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

19 lines (18 loc) 1.78 kB
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;