@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.56 kB
TypeScript
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";