@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.44 kB
TypeScript
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";