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) 892 B
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";