@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.51 kB
TypeScript
export { GetADOOAuthInfoArgs, GetADOOAuthInfoResult, GetADOOAuthInfoOutputArgs } from "./getADOOAuthInfo";
export declare const getADOOAuthInfo: typeof import("./getADOOAuthInfo").getADOOAuthInfo;
export declare const getADOOAuthInfoOutput: typeof import("./getADOOAuthInfo").getADOOAuthInfoOutput;
export { GetGitHubOAuthArgs, GetGitHubOAuthResult, GetGitHubOAuthOutputArgs } from "./getGitHubOAuth";
export declare const getGitHubOAuth: typeof import("./getGitHubOAuth").getGitHubOAuth;
export declare const getGitHubOAuthOutput: typeof import("./getGitHubOAuth").getGitHubOAuthOutput;
export { GetIacProfileArgs, GetIacProfileResult, GetIacProfileOutputArgs } from "./getIacProfile";
export declare const getIacProfile: typeof import("./getIacProfile").getIacProfile;
export declare const getIacProfileOutput: typeof import("./getIacProfile").getIacProfileOutput;
export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow";
export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow;
export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput;
export { IacProfileArgs } from "./iacProfile";
export type IacProfile = import("./iacProfile").IacProfile;
export declare const IacProfile: typeof import("./iacProfile").IacProfile;
export { WorkflowArgs } from "./workflow";
export type Workflow = import("./workflow").Workflow;
export declare const Workflow: typeof import("./workflow").Workflow;
export * from "../types/enums/devhub";