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

32 lines (31 loc) 2.26 kB
export { AgentArgs } from "./agent"; export type Agent = import("./agent").Agent; export declare const Agent: typeof import("./agent").Agent; export { EndpointArgs } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { GetAgentArgs, GetAgentResult, GetAgentOutputArgs } from "./getAgent"; export declare const getAgent: typeof import("./getAgent").getAgent; export declare const getAgentOutput: typeof import("./getAgent").getAgentOutput; export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint"; export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint; export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput; export { GetJobDefinitionArgs, GetJobDefinitionResult, GetJobDefinitionOutputArgs } from "./getJobDefinition"; export declare const getJobDefinition: typeof import("./getJobDefinition").getJobDefinition; export declare const getJobDefinitionOutput: typeof import("./getJobDefinition").getJobDefinitionOutput; export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject"; export declare const getProject: typeof import("./getProject").getProject; export declare const getProjectOutput: typeof import("./getProject").getProjectOutput; export { GetStorageMoverArgs, GetStorageMoverResult, GetStorageMoverOutputArgs } from "./getStorageMover"; export declare const getStorageMover: typeof import("./getStorageMover").getStorageMover; export declare const getStorageMoverOutput: typeof import("./getStorageMover").getStorageMoverOutput; export { JobDefinitionArgs } from "./jobDefinition"; export type JobDefinition = import("./jobDefinition").JobDefinition; export declare const JobDefinition: typeof import("./jobDefinition").JobDefinition; export { ProjectArgs } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { StorageMoverArgs } from "./storageMover"; export type StorageMover = import("./storageMover").StorageMover; export declare const StorageMover: typeof import("./storageMover").StorageMover; export * from "../types/enums/storagemover";