@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.82 kB
TypeScript
export { AmlFilesystemArgs } from "./amlFilesystem";
export type AmlFilesystem = import("./amlFilesystem").AmlFilesystem;
export declare const AmlFilesystem: typeof import("./amlFilesystem").AmlFilesystem;
export { AutoExportJobArgs } from "./autoExportJob";
export type AutoExportJob = import("./autoExportJob").AutoExportJob;
export declare const AutoExportJob: typeof import("./autoExportJob").AutoExportJob;
export { CacheArgs } from "./cache";
export type Cache = import("./cache").Cache;
export declare const Cache: typeof import("./cache").Cache;
export { GetAmlFilesystemArgs, GetAmlFilesystemResult, GetAmlFilesystemOutputArgs } from "./getAmlFilesystem";
export declare const getAmlFilesystem: typeof import("./getAmlFilesystem").getAmlFilesystem;
export declare const getAmlFilesystemOutput: typeof import("./getAmlFilesystem").getAmlFilesystemOutput;
export { GetAutoExportJobArgs, GetAutoExportJobResult, GetAutoExportJobOutputArgs } from "./getAutoExportJob";
export declare const getAutoExportJob: typeof import("./getAutoExportJob").getAutoExportJob;
export declare const getAutoExportJobOutput: typeof import("./getAutoExportJob").getAutoExportJobOutput;
export { GetCacheArgs, GetCacheResult, GetCacheOutputArgs } from "./getCache";
export declare const getCache: typeof import("./getCache").getCache;
export declare const getCacheOutput: typeof import("./getCache").getCacheOutput;
export { GetImportJobArgs, GetImportJobResult, GetImportJobOutputArgs } from "./getImportJob";
export declare const getImportJob: typeof import("./getImportJob").getImportJob;
export declare const getImportJobOutput: typeof import("./getImportJob").getImportJobOutput;
export { GetRequiredAmlFSSubnetsSizeArgs, GetRequiredAmlFSSubnetsSizeResult, GetRequiredAmlFSSubnetsSizeOutputArgs } from "./getRequiredAmlFSSubnetsSize";
export declare const getRequiredAmlFSSubnetsSize: typeof import("./getRequiredAmlFSSubnetsSize").getRequiredAmlFSSubnetsSize;
export declare const getRequiredAmlFSSubnetsSizeOutput: typeof import("./getRequiredAmlFSSubnetsSize").getRequiredAmlFSSubnetsSizeOutput;
export { GetStorageTargetArgs, GetStorageTargetResult, GetStorageTargetOutputArgs } from "./getStorageTarget";
export declare const getStorageTarget: typeof import("./getStorageTarget").getStorageTarget;
export declare const getStorageTargetOutput: typeof import("./getStorageTarget").getStorageTargetOutput;
export { ImportJobArgs } from "./importJob";
export type ImportJob = import("./importJob").ImportJob;
export declare const ImportJob: typeof import("./importJob").ImportJob;
export { StorageTargetArgs } from "./storageTarget";
export type StorageTarget = import("./storageTarget").StorageTarget;
export declare const StorageTarget: typeof import("./storageTarget").StorageTarget;
export * from "../types/enums/storagecache";