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

13 lines (12 loc) 1.01 kB
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;