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.48 kB
export { DataManagerArgs } from "./dataManager"; export type DataManager = import("./dataManager").DataManager; export declare const DataManager: typeof import("./dataManager").DataManager; export { DataStoreArgs } from "./dataStore"; export type DataStore = import("./dataStore").DataStore; export declare const DataStore: typeof import("./dataStore").DataStore; export { GetDataManagerArgs, GetDataManagerResult, GetDataManagerOutputArgs } from "./getDataManager"; export declare const getDataManager: typeof import("./getDataManager").getDataManager; export declare const getDataManagerOutput: typeof import("./getDataManager").getDataManagerOutput; export { GetDataStoreArgs, GetDataStoreResult, GetDataStoreOutputArgs } from "./getDataStore"; export declare const getDataStore: typeof import("./getDataStore").getDataStore; export declare const getDataStoreOutput: typeof import("./getDataStore").getDataStoreOutput; export { GetJobDefinitionArgs, GetJobDefinitionResult, GetJobDefinitionOutputArgs } from "./getJobDefinition"; export declare const getJobDefinition: typeof import("./getJobDefinition").getJobDefinition; export declare const getJobDefinitionOutput: typeof import("./getJobDefinition").getJobDefinitionOutput; export { JobDefinitionArgs } from "./jobDefinition"; export type JobDefinition = import("./jobDefinition").JobDefinition; export declare const JobDefinition: typeof import("./jobDefinition").JobDefinition; export * from "../types/enums/hybriddata";