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