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

32 lines (31 loc) 2.89 kB
export { DashboardArgs } from "./dashboard"; export type Dashboard = import("./dashboard").Dashboard; export declare const Dashboard: typeof import("./dashboard").Dashboard; export { GetDashboardArgs, GetDashboardResult, GetDashboardOutputArgs } from "./getDashboard"; export declare const getDashboard: typeof import("./getDashboard").getDashboard; export declare const getDashboardOutput: typeof import("./getDashboard").getDashboardOutput; export { GetGrafanaArgs, GetGrafanaResult, GetGrafanaOutputArgs } from "./getGrafana"; export declare const getGrafana: typeof import("./getGrafana").getGrafana; export declare const getGrafanaOutput: typeof import("./getGrafana").getGrafanaOutput; export { GetIntegrationFabricArgs, GetIntegrationFabricResult, GetIntegrationFabricOutputArgs } from "./getIntegrationFabric"; export declare const getIntegrationFabric: typeof import("./getIntegrationFabric").getIntegrationFabric; export declare const getIntegrationFabricOutput: typeof import("./getIntegrationFabric").getIntegrationFabricOutput; export { GetManagedPrivateEndpointArgs, GetManagedPrivateEndpointResult, GetManagedPrivateEndpointOutputArgs } from "./getManagedPrivateEndpoint"; export declare const getManagedPrivateEndpoint: typeof import("./getManagedPrivateEndpoint").getManagedPrivateEndpoint; export declare const getManagedPrivateEndpointOutput: typeof import("./getManagedPrivateEndpoint").getManagedPrivateEndpointOutput; export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection"; export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection; export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput; export { GrafanaArgs } from "./grafana"; export type Grafana = import("./grafana").Grafana; export declare const Grafana: typeof import("./grafana").Grafana; export { IntegrationFabricArgs } from "./integrationFabric"; export type IntegrationFabric = import("./integrationFabric").IntegrationFabric; export declare const IntegrationFabric: typeof import("./integrationFabric").IntegrationFabric; export { ManagedPrivateEndpointArgs } from "./managedPrivateEndpoint"; export type ManagedPrivateEndpoint = import("./managedPrivateEndpoint").ManagedPrivateEndpoint; export declare const ManagedPrivateEndpoint: typeof import("./managedPrivateEndpoint").ManagedPrivateEndpoint; export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection"; export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection; export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection; export * from "../types/enums/dashboard";