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

29 lines (28 loc) 2.6 kB
export { FirewallRuleArgs } from "./firewallRule"; export type FirewallRule = import("./firewallRule").FirewallRule; export declare const FirewallRule: typeof import("./firewallRule").FirewallRule; export { GetFirewallRuleArgs, GetFirewallRuleResult, GetFirewallRuleOutputArgs } from "./getFirewallRule"; export declare const getFirewallRule: typeof import("./getFirewallRule").getFirewallRule; export declare const getFirewallRuleOutput: typeof import("./getFirewallRule").getFirewallRuleOutput; export { GetMongoClusterArgs, GetMongoClusterResult, GetMongoClusterOutputArgs } from "./getMongoCluster"; export declare const getMongoCluster: typeof import("./getMongoCluster").getMongoCluster; export declare const getMongoClusterOutput: typeof import("./getMongoCluster").getMongoClusterOutput; export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection"; export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection; export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput; export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser"; export declare const getUser: typeof import("./getUser").getUser; export declare const getUserOutput: typeof import("./getUser").getUserOutput; export { ListMongoClusterConnectionStringsArgs, ListMongoClusterConnectionStringsResult, ListMongoClusterConnectionStringsOutputArgs } from "./listMongoClusterConnectionStrings"; export declare const listMongoClusterConnectionStrings: typeof import("./listMongoClusterConnectionStrings").listMongoClusterConnectionStrings; export declare const listMongoClusterConnectionStringsOutput: typeof import("./listMongoClusterConnectionStrings").listMongoClusterConnectionStringsOutput; export { MongoClusterArgs } from "./mongoCluster"; export type MongoCluster = import("./mongoCluster").MongoCluster; export declare const MongoCluster: typeof import("./mongoCluster").MongoCluster; export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection"; export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection; export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection; export { UserArgs } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export * from "../types/enums/mongocluster";