@pulumi/azure-native
Version: 
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.42 kB
TypeScript
export { B2CTenantArgs } from "./b2ctenant";
export type B2CTenant = import("./b2ctenant").B2CTenant;
export declare const B2CTenant: typeof import("./b2ctenant").B2CTenant;
export { CIAMTenantArgs } from "./ciamtenant";
export type CIAMTenant = import("./ciamtenant").CIAMTenant;
export declare const CIAMTenant: typeof import("./ciamtenant").CIAMTenant;
export { GetB2CTenantArgs, GetB2CTenantResult, GetB2CTenantOutputArgs } from "./getB2CTenant";
export declare const getB2CTenant: typeof import("./getB2CTenant").getB2CTenant;
export declare const getB2CTenantOutput: typeof import("./getB2CTenant").getB2CTenantOutput;
export { GetCIAMTenantArgs, GetCIAMTenantResult, GetCIAMTenantOutputArgs } from "./getCIAMTenant";
export declare const getCIAMTenant: typeof import("./getCIAMTenant").getCIAMTenant;
export declare const getCIAMTenantOutput: typeof import("./getCIAMTenant").getCIAMTenantOutput;
export { GetGuestUsageArgs, GetGuestUsageResult, GetGuestUsageOutputArgs } from "./getGuestUsage";
export declare const getGuestUsage: typeof import("./getGuestUsage").getGuestUsage;
export declare const getGuestUsageOutput: typeof import("./getGuestUsage").getGuestUsageOutput;
export { GuestUsageArgs } from "./guestUsage";
export type GuestUsage = import("./guestUsage").GuestUsage;
export declare const GuestUsage: typeof import("./guestUsage").GuestUsage;
export * from "../types/enums/azureactivedirectory";