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