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.22 kB
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";