@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.69 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 * from "../types/enums/containerinstance";