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

14 lines (13 loc) 1.13 kB
export { CloudConnectionArgs } from "./cloudConnection"; export type CloudConnection = import("./cloudConnection").CloudConnection; export declare const CloudConnection: typeof import("./cloudConnection").CloudConnection; export { CloudConnectorArgs } from "./cloudConnector"; export type CloudConnector = import("./cloudConnector").CloudConnector; export declare const CloudConnector: typeof import("./cloudConnector").CloudConnector; export { GetCloudConnectionArgs, GetCloudConnectionResult, GetCloudConnectionOutputArgs } from "./getCloudConnection"; export declare const getCloudConnection: typeof import("./getCloudConnection").getCloudConnection; export declare const getCloudConnectionOutput: typeof import("./getCloudConnection").getCloudConnectionOutput; export { GetCloudConnectorArgs, GetCloudConnectorResult, GetCloudConnectorOutputArgs } from "./getCloudConnector"; export declare const getCloudConnector: typeof import("./getCloudConnector").getCloudConnector; export declare const getCloudConnectorOutput: typeof import("./getCloudConnector").getCloudConnectorOutput; export * from "../types/enums/hybridcloud";