@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.07 kB
TypeScript
export { CGProfileArgs } from "./cgprofile";
export type CGProfile = import("./cgprofile").CGProfile;
export declare const CGProfile: typeof import("./cgprofile").CGProfile;
export { ContainerGroupArgs } from "./containerGroup";
export type ContainerGroup = import("./containerGroup").ContainerGroup;
export declare const ContainerGroup: typeof import("./containerGroup").ContainerGroup;
export { ContainerGroupProfileArgs } from "./containerGroupProfile";
export type ContainerGroupProfile = import("./containerGroupProfile").ContainerGroupProfile;
export declare const ContainerGroupProfile: typeof import("./containerGroupProfile").ContainerGroupProfile;
export { GetCGProfileArgs, GetCGProfileResult, GetCGProfileOutputArgs } from "./getCGProfile";
export declare const getCGProfile: typeof import("./getCGProfile").getCGProfile;
export declare const getCGProfileOutput: typeof import("./getCGProfile").getCGProfileOutput;
export { GetContainerGroupArgs, GetContainerGroupResult, GetContainerGroupOutputArgs } from "./getContainerGroup";
export declare const getContainerGroup: typeof import("./getContainerGroup").getContainerGroup;
export declare const getContainerGroupOutput: typeof import("./getContainerGroup").getContainerGroupOutput;
export { GetContainerGroupProfileArgs, GetContainerGroupProfileResult, GetContainerGroupProfileOutputArgs } from "./getContainerGroupProfile";
export declare const getContainerGroupProfile: typeof import("./getContainerGroupProfile").getContainerGroupProfile;
export declare const getContainerGroupProfileOutput: typeof import("./getContainerGroupProfile").getContainerGroupProfileOutput;
export { GetNGroupArgs, GetNGroupResult, GetNGroupOutputArgs } from "./getNGroup";
export declare const getNGroup: typeof import("./getNGroup").getNGroup;
export declare const getNGroupOutput: typeof import("./getNGroup").getNGroupOutput;
export { NGroupArgs } from "./ngroup";
export type NGroup = import("./ngroup").NGroup;
export declare const NGroup: typeof import("./ngroup").NGroup;
export * from "../types/enums/containerinstance";