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

20 lines (19 loc) 1.44 kB
export { AccountArgs } from "./account"; export type Account = import("./account").Account; export declare const Account: typeof import("./account").Account; export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount"; export declare const getAccount: typeof import("./getAccount").getAccount; export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput; export { GetModelingArgs, GetModelingResult, GetModelingOutputArgs } from "./getModeling"; export declare const getModeling: typeof import("./getModeling").getModeling; export declare const getModelingOutput: typeof import("./getModeling").getModelingOutput; export { GetServiceEndpointArgs, GetServiceEndpointResult, GetServiceEndpointOutputArgs } from "./getServiceEndpoint"; export declare const getServiceEndpoint: typeof import("./getServiceEndpoint").getServiceEndpoint; export declare const getServiceEndpointOutput: typeof import("./getServiceEndpoint").getServiceEndpointOutput; export { ModelingArgs } from "./modeling"; export type Modeling = import("./modeling").Modeling; export declare const Modeling: typeof import("./modeling").Modeling; export { ServiceEndpointArgs } from "./serviceEndpoint"; export type ServiceEndpoint = import("./serviceEndpoint").ServiceEndpoint; export declare const ServiceEndpoint: typeof import("./serviceEndpoint").ServiceEndpoint; export * from "../types/enums/recommendationsservice";