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

26 lines (25 loc) 1.56 kB
export { GetLabArgs, GetLabResult, GetLabOutputArgs } from "./getLab"; export declare const getLab: typeof import("./getLab").getLab; export declare const getLabOutput: typeof import("./getLab").getLabOutput; export { GetLabPlanArgs, GetLabPlanResult, GetLabPlanOutputArgs } from "./getLabPlan"; export declare const getLabPlan: typeof import("./getLabPlan").getLabPlan; export declare const getLabPlanOutput: typeof import("./getLabPlan").getLabPlanOutput; export { GetScheduleArgs, GetScheduleResult, GetScheduleOutputArgs } from "./getSchedule"; export declare const getSchedule: typeof import("./getSchedule").getSchedule; export declare const getScheduleOutput: typeof import("./getSchedule").getScheduleOutput; export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser"; export declare const getUser: typeof import("./getUser").getUser; export declare const getUserOutput: typeof import("./getUser").getUserOutput; export { LabArgs } from "./lab"; export type Lab = import("./lab").Lab; export declare const Lab: typeof import("./lab").Lab; export { LabPlanArgs } from "./labPlan"; export type LabPlan = import("./labPlan").LabPlan; export declare const LabPlan: typeof import("./labPlan").LabPlan; export { ScheduleArgs } from "./schedule"; export type Schedule = import("./schedule").Schedule; export declare const Schedule: typeof import("./schedule").Schedule; export { UserArgs } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export * from "../types/enums/labservices";