@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.25 kB
TypeScript
export { CertificateProfileArgs } from "./certificateProfile";
export type CertificateProfile = import("./certificateProfile").CertificateProfile;
export declare const CertificateProfile: typeof import("./certificateProfile").CertificateProfile;
export { CodeSigningAccountArgs } from "./codeSigningAccount";
export type CodeSigningAccount = import("./codeSigningAccount").CodeSigningAccount;
export declare const CodeSigningAccount: typeof import("./codeSigningAccount").CodeSigningAccount;
export { GetCertificateProfileArgs, GetCertificateProfileResult, GetCertificateProfileOutputArgs } from "./getCertificateProfile";
export declare const getCertificateProfile: typeof import("./getCertificateProfile").getCertificateProfile;
export declare const getCertificateProfileOutput: typeof import("./getCertificateProfile").getCertificateProfileOutput;
export { GetCodeSigningAccountArgs, GetCodeSigningAccountResult, GetCodeSigningAccountOutputArgs } from "./getCodeSigningAccount";
export declare const getCodeSigningAccount: typeof import("./getCodeSigningAccount").getCodeSigningAccount;
export declare const getCodeSigningAccountOutput: typeof import("./getCodeSigningAccount").getCodeSigningAccountOutput;
export * from "../types/enums/codesigning";