@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 4.05 kB
TypeScript
export { ApprovalArgs } from "./approval";
export type Approval = import("./approval").Approval;
export declare const Approval: typeof import("./approval").Approval;
export { CommunityArgs } from "./community";
export type Community = import("./community").Community;
export declare const Community: typeof import("./community").Community;
export { CommunityEndpointArgs } from "./communityEndpoint";
export type CommunityEndpoint = import("./communityEndpoint").CommunityEndpoint;
export declare const CommunityEndpoint: typeof import("./communityEndpoint").CommunityEndpoint;
export { EnclaveConnectionArgs } from "./enclaveConnection";
export type EnclaveConnection = import("./enclaveConnection").EnclaveConnection;
export declare const EnclaveConnection: typeof import("./enclaveConnection").EnclaveConnection;
export { EnclaveEndpointArgs } from "./enclaveEndpoint";
export type EnclaveEndpoint = import("./enclaveEndpoint").EnclaveEndpoint;
export declare const EnclaveEndpoint: typeof import("./enclaveEndpoint").EnclaveEndpoint;
export { GetApprovalArgs, GetApprovalResult, GetApprovalOutputArgs } from "./getApproval";
export declare const getApproval: typeof import("./getApproval").getApproval;
export declare const getApprovalOutput: typeof import("./getApproval").getApprovalOutput;
export { GetCommunityArgs, GetCommunityResult, GetCommunityOutputArgs } from "./getCommunity";
export declare const getCommunity: typeof import("./getCommunity").getCommunity;
export declare const getCommunityOutput: typeof import("./getCommunity").getCommunityOutput;
export { GetCommunityEndpointArgs, GetCommunityEndpointResult, GetCommunityEndpointOutputArgs } from "./getCommunityEndpoint";
export declare const getCommunityEndpoint: typeof import("./getCommunityEndpoint").getCommunityEndpoint;
export declare const getCommunityEndpointOutput: typeof import("./getCommunityEndpoint").getCommunityEndpointOutput;
export { GetEnclaveConnectionArgs, GetEnclaveConnectionResult, GetEnclaveConnectionOutputArgs } from "./getEnclaveConnection";
export declare const getEnclaveConnection: typeof import("./getEnclaveConnection").getEnclaveConnection;
export declare const getEnclaveConnectionOutput: typeof import("./getEnclaveConnection").getEnclaveConnectionOutput;
export { GetEnclaveEndpointArgs, GetEnclaveEndpointResult, GetEnclaveEndpointOutputArgs } from "./getEnclaveEndpoint";
export declare const getEnclaveEndpoint: typeof import("./getEnclaveEndpoint").getEnclaveEndpoint;
export declare const getEnclaveEndpointOutput: typeof import("./getEnclaveEndpoint").getEnclaveEndpointOutput;
export { GetTransitHubArgs, GetTransitHubResult, GetTransitHubOutputArgs } from "./getTransitHub";
export declare const getTransitHub: typeof import("./getTransitHub").getTransitHub;
export declare const getTransitHubOutput: typeof import("./getTransitHub").getTransitHubOutput;
export { GetVirtualEnclaveArgs, GetVirtualEnclaveResult, GetVirtualEnclaveOutputArgs } from "./getVirtualEnclave";
export declare const getVirtualEnclave: typeof import("./getVirtualEnclave").getVirtualEnclave;
export declare const getVirtualEnclaveOutput: typeof import("./getVirtualEnclave").getVirtualEnclaveOutput;
export { GetWorkloadArgs, GetWorkloadResult, GetWorkloadOutputArgs } from "./getWorkload";
export declare const getWorkload: typeof import("./getWorkload").getWorkload;
export declare const getWorkloadOutput: typeof import("./getWorkload").getWorkloadOutput;
export { TransitHubArgs } from "./transitHub";
export type TransitHub = import("./transitHub").TransitHub;
export declare const TransitHub: typeof import("./transitHub").TransitHub;
export { VirtualEnclaveArgs } from "./virtualEnclave";
export type VirtualEnclave = import("./virtualEnclave").VirtualEnclave;
export declare const VirtualEnclave: typeof import("./virtualEnclave").VirtualEnclave;
export { WorkloadArgs } from "./workload";
export type Workload = import("./workload").Workload;
export declare const Workload: typeof import("./workload").Workload;
export * from "../types/enums/mission";