@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.22 kB
TypeScript
export { GetPoolArgs, GetPoolResult, GetPoolOutputArgs } from "./getPool";
export declare const getPool: typeof import("./getPool").getPool;
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
export declare const getVolume: typeof import("./getVolume").getVolume;
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
export { PoolArgs } from "./pool";
export type Pool = import("./pool").Pool;
export declare const Pool: typeof import("./pool").Pool;
export { SnapshotArgs } from "./snapshot";
export type Snapshot = import("./snapshot").Snapshot;
export declare const Snapshot: typeof import("./snapshot").Snapshot;
export { VolumeArgs } from "./volume";
export type Volume = import("./volume").Volume;
export declare const Volume: typeof import("./volume").Volume;
export * from "../types/enums/containerstorage";