@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.91 kB
TypeScript
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";