@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.69 kB
TypeScript
export { AccountArgs } from "./account";
export type Account = import("./account").Account;
export declare const Account: typeof import("./account").Account;
export { CreatorArgs } from "./creator";
export type Creator = import("./creator").Creator;
export declare const Creator: typeof import("./creator").Creator;
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
export declare const getAccount: typeof import("./getAccount").getAccount;
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
export { GetCreatorArgs, GetCreatorResult, GetCreatorOutputArgs } from "./getCreator";
export declare const getCreator: typeof import("./getCreator").getCreator;
export declare const getCreatorOutput: typeof import("./getCreator").getCreatorOutput;
export { GetPrivateAtlaseArgs, GetPrivateAtlaseResult, GetPrivateAtlaseOutputArgs } from "./getPrivateAtlase";
export declare const getPrivateAtlase: typeof import("./getPrivateAtlase").getPrivateAtlase;
export declare const getPrivateAtlaseOutput: typeof import("./getPrivateAtlase").getPrivateAtlaseOutput;
export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection";
export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection;
export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput;
export { ListAccountKeysArgs, ListAccountKeysResult, ListAccountKeysOutputArgs } from "./listAccountKeys";
export declare const listAccountKeys: typeof import("./listAccountKeys").listAccountKeys;
export declare const listAccountKeysOutput: typeof import("./listAccountKeys").listAccountKeysOutput;
export { ListAccountSasArgs, ListAccountSasResult, ListAccountSasOutputArgs } from "./listAccountSas";
export declare const listAccountSas: typeof import("./listAccountSas").listAccountSas;
export declare const listAccountSasOutput: typeof import("./listAccountSas").listAccountSasOutput;
export { PrivateAtlaseArgs } from "./privateAtlase";
export type PrivateAtlase = import("./privateAtlase").PrivateAtlase;
export declare const PrivateAtlase: typeof import("./privateAtlase").PrivateAtlase;
export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection";
export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection;
export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection;
export * from "../types/enums/maps";