@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.01 kB
TypeScript
export { GetLabelByWorkspaceArgs, GetLabelByWorkspaceResult, GetLabelByWorkspaceOutputArgs } from "./getLabelByWorkspace";
export declare const getLabelByWorkspace: typeof import("./getLabelByWorkspace").getLabelByWorkspace;
export declare const getLabelByWorkspaceOutput: typeof import("./getLabelByWorkspace").getLabelByWorkspaceOutput;
export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace";
export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace;
export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput;
export { LabelByWorkspaceArgs } from "./labelByWorkspace";
export type LabelByWorkspace = import("./labelByWorkspace").LabelByWorkspace;
export declare const LabelByWorkspace: typeof import("./labelByWorkspace").LabelByWorkspace;
export { WorkspaceArgs } from "./workspace";
export type Workspace = import("./workspace").Workspace;
export declare const Workspace: typeof import("./workspace").Workspace;