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.91 kB
export { AddressArgs } from "./address"; export type Address = import("./address").Address; export declare const Address: typeof import("./address").Address; export { GetAddressArgs, GetAddressResult, GetAddressOutputArgs } from "./getAddress"; export declare const getAddress: typeof import("./getAddress").getAddress; export declare const getAddressOutput: typeof import("./getAddress").getAddressOutput; export { GetOrderItemArgs, GetOrderItemResult, GetOrderItemOutputArgs } from "./getOrderItem"; export declare const getOrderItem: typeof import("./getOrderItem").getOrderItem; export declare const getOrderItemOutput: typeof import("./getOrderItem").getOrderItemOutput; export { ListProductsAndConfigurationProductFamiliesArgs, ListProductsAndConfigurationProductFamiliesResult, ListProductsAndConfigurationProductFamiliesOutputArgs } from "./listProductsAndConfigurationProductFamilies"; export declare const listProductsAndConfigurationProductFamilies: typeof import("./listProductsAndConfigurationProductFamilies").listProductsAndConfigurationProductFamilies; export declare const listProductsAndConfigurationProductFamiliesOutput: typeof import("./listProductsAndConfigurationProductFamilies").listProductsAndConfigurationProductFamiliesOutput; export { ListProductsAndConfigurationsArgs, ListProductsAndConfigurationsResult, ListProductsAndConfigurationsOutputArgs } from "./listProductsAndConfigurations"; export declare const listProductsAndConfigurations: typeof import("./listProductsAndConfigurations").listProductsAndConfigurations; export declare const listProductsAndConfigurationsOutput: typeof import("./listProductsAndConfigurations").listProductsAndConfigurationsOutput; export { OrderItemArgs } from "./orderItem"; export type OrderItem = import("./orderItem").OrderItem; export declare const OrderItem: typeof import("./orderItem").OrderItem; export * from "../types/enums/edgeorder";