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.12 kB
export { GatewayArgs } from "./gateway"; export type Gateway = import("./gateway").Gateway; export declare const Gateway: typeof import("./gateway").Gateway; export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway"; export declare const getGateway: typeof import("./getGateway").getGateway; export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput; export { GetOperatorApiConnectionArgs, GetOperatorApiConnectionResult, GetOperatorApiConnectionOutputArgs } from "./getOperatorApiConnection"; export declare const getOperatorApiConnection: typeof import("./getOperatorApiConnection").getOperatorApiConnection; export declare const getOperatorApiConnectionOutput: typeof import("./getOperatorApiConnection").getOperatorApiConnectionOutput; export { OperatorApiConnectionArgs } from "./operatorApiConnection"; export type OperatorApiConnection = import("./operatorApiConnection").OperatorApiConnection; export declare const OperatorApiConnection: typeof import("./operatorApiConnection").OperatorApiConnection; export * from "../types/enums/programmableconnectivity";