@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 802 B
TypeScript
export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace";
export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace;
export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput;
export { ListWorkspaceKeysArgs, ListWorkspaceKeysResult, ListWorkspaceKeysOutputArgs } from "./listWorkspaceKeys";
export declare const listWorkspaceKeys: typeof import("./listWorkspaceKeys").listWorkspaceKeys;
export declare const listWorkspaceKeysOutput: typeof import("./listWorkspaceKeys").listWorkspaceKeysOutput;
export { WorkspaceArgs } from "./workspace";
export type Workspace = import("./workspace").Workspace;
export declare const Workspace: typeof import("./workspace").Workspace;
export * from "../types/enums/quantum";