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

53 lines (52 loc) 5.37 kB
export { ConnectionArgs } from "./connection"; export type Connection = import("./connection").Connection; export declare const Connection: typeof import("./connection").Connection; export { FlowArgs } from "./flow"; export type Flow = import("./flow").Flow; export declare const Flow: typeof import("./flow").Flow; export { FlowProfileArgs } from "./flowProfile"; export type FlowProfile = import("./flowProfile").FlowProfile; export declare const FlowProfile: typeof import("./flowProfile").FlowProfile; export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection"; export declare const getConnection: typeof import("./getConnection").getConnection; export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput; export { GetFlowArgs, GetFlowResult, GetFlowOutputArgs } from "./getFlow"; export declare const getFlow: typeof import("./getFlow").getFlow; export declare const getFlowOutput: typeof import("./getFlow").getFlowOutput; export { GetFlowDestinationEndpointPortsArgs, GetFlowDestinationEndpointPortsResult, GetFlowDestinationEndpointPortsOutputArgs } from "./getFlowDestinationEndpointPorts"; export declare const getFlowDestinationEndpointPorts: typeof import("./getFlowDestinationEndpointPorts").getFlowDestinationEndpointPorts; export declare const getFlowDestinationEndpointPortsOutput: typeof import("./getFlowDestinationEndpointPorts").getFlowDestinationEndpointPortsOutput; export { GetFlowDestinationEndpointsArgs, GetFlowDestinationEndpointsResult, GetFlowDestinationEndpointsOutputArgs } from "./getFlowDestinationEndpoints"; export declare const getFlowDestinationEndpoints: typeof import("./getFlowDestinationEndpoints").getFlowDestinationEndpoints; export declare const getFlowDestinationEndpointsOutput: typeof import("./getFlowDestinationEndpoints").getFlowDestinationEndpointsOutput; export { GetFlowProfileArgs, GetFlowProfileResult, GetFlowProfileOutputArgs } from "./getFlowProfile"; export declare const getFlowProfile: typeof import("./getFlowProfile").getFlowProfile; export declare const getFlowProfileOutput: typeof import("./getFlowProfile").getFlowProfileOutput; export { GetFlowSourceAddressesArgs, GetFlowSourceAddressesResult, GetFlowSourceAddressesOutputArgs } from "./getFlowSourceAddresses"; export declare const getFlowSourceAddresses: typeof import("./getFlowSourceAddresses").getFlowSourceAddresses; export declare const getFlowSourceAddressesOutput: typeof import("./getFlowSourceAddresses").getFlowSourceAddressesOutput; export { GetFlowStreamConnectionStringArgs, GetFlowStreamConnectionStringResult, GetFlowStreamConnectionStringOutputArgs } from "./getFlowStreamConnectionString"; export declare const getFlowStreamConnectionString: typeof import("./getFlowStreamConnectionString").getFlowStreamConnectionString; export declare const getFlowStreamConnectionStringOutput: typeof import("./getFlowStreamConnectionString").getFlowStreamConnectionStringOutput; export { GetPipelineArgs, GetPipelineResult, GetPipelineOutputArgs } from "./getPipeline"; export declare const getPipeline: typeof import("./getPipeline").getPipeline; export declare const getPipelineOutput: typeof import("./getPipeline").getPipelineOutput; export { ListAzureDataTransferApprovedSchemasArgs, ListAzureDataTransferApprovedSchemasResult, ListAzureDataTransferApprovedSchemasOutputArgs } from "./listAzureDataTransferApprovedSchemas"; export declare const listAzureDataTransferApprovedSchemas: typeof import("./listAzureDataTransferApprovedSchemas").listAzureDataTransferApprovedSchemas; export declare const listAzureDataTransferApprovedSchemasOutput: typeof import("./listAzureDataTransferApprovedSchemas").listAzureDataTransferApprovedSchemasOutput; export { ListListFlowsByPipelineArgs, ListListFlowsByPipelineResult, ListListFlowsByPipelineOutputArgs } from "./listListFlowsByPipeline"; export declare const listListFlowsByPipeline: typeof import("./listListFlowsByPipeline").listListFlowsByPipeline; export declare const listListFlowsByPipelineOutput: typeof import("./listListFlowsByPipeline").listListFlowsByPipelineOutput; export { ListListPendingConnectionArgs, ListListPendingConnectionResult, ListListPendingConnectionOutputArgs } from "./listListPendingConnection"; export declare const listListPendingConnection: typeof import("./listListPendingConnection").listListPendingConnection; export declare const listListPendingConnectionOutput: typeof import("./listListPendingConnection").listListPendingConnectionOutput; export { ListListPendingFlowArgs, ListListPendingFlowResult, ListListPendingFlowOutputArgs } from "./listListPendingFlow"; export declare const listListPendingFlow: typeof import("./listListPendingFlow").listListPendingFlow; export declare const listListPendingFlowOutput: typeof import("./listListPendingFlow").listListPendingFlowOutput; export { ListListSchemaArgs, ListListSchemaResult, ListListSchemaOutputArgs } from "./listListSchema"; export declare const listListSchema: typeof import("./listListSchema").listListSchema; export declare const listListSchemaOutput: typeof import("./listListSchema").listListSchemaOutput; export { PipelineArgs } from "./pipeline"; export type Pipeline = import("./pipeline").Pipeline; export declare const Pipeline: typeof import("./pipeline").Pipeline; export * from "../types/enums/azuredatatransfer";