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

50 lines (49 loc) 4.03 kB
export { CatalogArgs } from "./catalog"; export type Catalog = import("./catalog").Catalog; export declare const Catalog: typeof import("./catalog").Catalog; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { DeviceArgs } from "./device"; export type Device = import("./device").Device; export declare const Device: typeof import("./device").Device; export { DeviceGroupArgs } from "./deviceGroup"; export type DeviceGroup = import("./deviceGroup").DeviceGroup; export declare const DeviceGroup: typeof import("./deviceGroup").DeviceGroup; export { GetCatalogArgs, GetCatalogResult, GetCatalogOutputArgs } from "./getCatalog"; export declare const getCatalog: typeof import("./getCatalog").getCatalog; export declare const getCatalogOutput: typeof import("./getCatalog").getCatalogOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice"; export declare const getDevice: typeof import("./getDevice").getDevice; export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput; export { GetDeviceGroupArgs, GetDeviceGroupResult, GetDeviceGroupOutputArgs } from "./getDeviceGroup"; export declare const getDeviceGroup: typeof import("./getDeviceGroup").getDeviceGroup; export declare const getDeviceGroupOutput: typeof import("./getDeviceGroup").getDeviceGroupOutput; export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage"; export declare const getImage: typeof import("./getImage").getImage; export declare const getImageOutput: typeof import("./getImage").getImageOutput; export { GetProductArgs, GetProductResult, GetProductOutputArgs } from "./getProduct"; export declare const getProduct: typeof import("./getProduct").getProduct; export declare const getProductOutput: typeof import("./getProduct").getProductOutput; export { ImageArgs } from "./image"; export type Image = import("./image").Image; export declare const Image: typeof import("./image").Image; export { ListCatalogDeploymentsArgs, ListCatalogDeploymentsResult, ListCatalogDeploymentsOutputArgs } from "./listCatalogDeployments"; export declare const listCatalogDeployments: typeof import("./listCatalogDeployments").listCatalogDeployments; export declare const listCatalogDeploymentsOutput: typeof import("./listCatalogDeployments").listCatalogDeploymentsOutput; export { ListCatalogDeviceGroupsArgs, ListCatalogDeviceGroupsResult, ListCatalogDeviceGroupsOutputArgs } from "./listCatalogDeviceGroups"; export declare const listCatalogDeviceGroups: typeof import("./listCatalogDeviceGroups").listCatalogDeviceGroups; export declare const listCatalogDeviceGroupsOutput: typeof import("./listCatalogDeviceGroups").listCatalogDeviceGroupsOutput; export { ListCatalogDeviceInsightsArgs, ListCatalogDeviceInsightsResult, ListCatalogDeviceInsightsOutputArgs } from "./listCatalogDeviceInsights"; export declare const listCatalogDeviceInsights: typeof import("./listCatalogDeviceInsights").listCatalogDeviceInsights; export declare const listCatalogDeviceInsightsOutput: typeof import("./listCatalogDeviceInsights").listCatalogDeviceInsightsOutput; export { ListCatalogDevicesArgs, ListCatalogDevicesResult, ListCatalogDevicesOutputArgs } from "./listCatalogDevices"; export declare const listCatalogDevices: typeof import("./listCatalogDevices").listCatalogDevices; export declare const listCatalogDevicesOutput: typeof import("./listCatalogDevices").listCatalogDevicesOutput; export { ProductArgs } from "./product"; export type Product = import("./product").Product; export declare const Product: typeof import("./product").Product; export * from "../types/enums/azuresphere";