@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 892 B
TypeScript
export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob";
export declare const getJob: typeof import("./getJob").getJob;
export declare const getJobOutput: typeof import("./getJob").getJobOutput;
export { GetJobCollectionArgs, GetJobCollectionResult, GetJobCollectionOutputArgs } from "./getJobCollection";
export declare const getJobCollection: typeof import("./getJobCollection").getJobCollection;
export declare const getJobCollectionOutput: typeof import("./getJobCollection").getJobCollectionOutput;
export { JobArgs } from "./job";
export type Job = import("./job").Job;
export declare const Job: typeof import("./job").Job;
export { JobCollectionArgs } from "./jobCollection";
export type JobCollection = import("./jobCollection").JobCollection;
export declare const JobCollection: typeof import("./jobCollection").JobCollection;
export * from "../types/enums/scheduler";