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

14 lines (13 loc) 1.25 kB
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";