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

20 lines (19 loc) 1.69 kB
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";