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) 969 B
export { GetMySQLServerArgs, GetMySQLServerResult, GetMySQLServerOutputArgs } from "./getMySQLServer"; export declare const getMySQLServer: typeof import("./getMySQLServer").getMySQLServer; export declare const getMySQLServerOutput: typeof import("./getMySQLServer").getMySQLServerOutput; export { GetMySQLSiteArgs, GetMySQLSiteResult, GetMySQLSiteOutputArgs } from "./getMySQLSite"; export declare const getMySQLSite: typeof import("./getMySQLSite").getMySQLSite; export declare const getMySQLSiteOutput: typeof import("./getMySQLSite").getMySQLSiteOutput; export { MySQLServerArgs } from "./mySQLServer"; export type MySQLServer = import("./mySQLServer").MySQLServer; export declare const MySQLServer: typeof import("./mySQLServer").MySQLServer; export { MySQLSiteArgs } from "./mySQLSite"; export type MySQLSite = import("./mySQLSite").MySQLSite; export declare const MySQLSite: typeof import("./mySQLSite").MySQLSite; export * from "../types/enums/mysqldiscovery";