@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 6.43 kB
TypeScript
export { ClusterArgs } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { DataExportArgs } from "./dataExport";
export type DataExport = import("./dataExport").DataExport;
export declare const DataExport: typeof import("./dataExport").DataExport;
export { DataSourceArgs } from "./dataSource";
export type DataSource = import("./dataSource").DataSource;
export declare const DataSource: typeof import("./dataSource").DataSource;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetDataExportArgs, GetDataExportResult, GetDataExportOutputArgs } from "./getDataExport";
export declare const getDataExport: typeof import("./getDataExport").getDataExport;
export declare const getDataExportOutput: typeof import("./getDataExport").getDataExportOutput;
export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
export declare const getDataSource: typeof import("./getDataSource").getDataSource;
export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
export { GetLinkedServiceArgs, GetLinkedServiceResult, GetLinkedServiceOutputArgs } from "./getLinkedService";
export declare const getLinkedService: typeof import("./getLinkedService").getLinkedService;
export declare const getLinkedServiceOutput: typeof import("./getLinkedService").getLinkedServiceOutput;
export { GetLinkedStorageAccountArgs, GetLinkedStorageAccountResult, GetLinkedStorageAccountOutputArgs } from "./getLinkedStorageAccount";
export declare const getLinkedStorageAccount: typeof import("./getLinkedStorageAccount").getLinkedStorageAccount;
export declare const getLinkedStorageAccountOutput: typeof import("./getLinkedStorageAccount").getLinkedStorageAccountOutput;
export { GetMachineGroupArgs, GetMachineGroupResult, GetMachineGroupOutputArgs } from "./getMachineGroup";
export declare const getMachineGroup: typeof import("./getMachineGroup").getMachineGroup;
export declare const getMachineGroupOutput: typeof import("./getMachineGroup").getMachineGroupOutput;
export { GetQueryArgs, GetQueryResult, GetQueryOutputArgs } from "./getQuery";
export declare const getQuery: typeof import("./getQuery").getQuery;
export declare const getQueryOutput: typeof import("./getQuery").getQueryOutput;
export { GetQueryPackArgs, GetQueryPackResult, GetQueryPackOutputArgs } from "./getQueryPack";
export declare const getQueryPack: typeof import("./getQueryPack").getQueryPack;
export declare const getQueryPackOutput: typeof import("./getQueryPack").getQueryPackOutput;
export { GetSavedSearchArgs, GetSavedSearchResult, GetSavedSearchOutputArgs } from "./getSavedSearch";
export declare const getSavedSearch: typeof import("./getSavedSearch").getSavedSearch;
export declare const getSavedSearchOutput: typeof import("./getSavedSearch").getSavedSearchOutput;
export { GetSharedKeysArgs, GetSharedKeysResult, GetSharedKeysOutputArgs } from "./getSharedKeys";
export declare const getSharedKeys: typeof import("./getSharedKeys").getSharedKeys;
export declare const getSharedKeysOutput: typeof import("./getSharedKeys").getSharedKeysOutput;
export { GetStorageInsightConfigArgs, GetStorageInsightConfigResult, GetStorageInsightConfigOutputArgs } from "./getStorageInsightConfig";
export declare const getStorageInsightConfig: typeof import("./getStorageInsightConfig").getStorageInsightConfig;
export declare const getStorageInsightConfigOutput: typeof import("./getStorageInsightConfig").getStorageInsightConfigOutput;
export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable";
export declare const getTable: typeof import("./getTable").getTable;
export declare const getTableOutput: typeof import("./getTable").getTableOutput;
export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace";
export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace;
export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput;
export { GetWorkspaceSharedKeysArgs, GetWorkspaceSharedKeysResult, GetWorkspaceSharedKeysOutputArgs } from "./getWorkspaceSharedKeys";
export declare const getWorkspaceSharedKeys: typeof import("./getWorkspaceSharedKeys").getWorkspaceSharedKeys;
export declare const getWorkspaceSharedKeysOutput: typeof import("./getWorkspaceSharedKeys").getWorkspaceSharedKeysOutput;
export { LinkedServiceArgs } from "./linkedService";
export type LinkedService = import("./linkedService").LinkedService;
export declare const LinkedService: typeof import("./linkedService").LinkedService;
export { LinkedStorageAccountArgs } from "./linkedStorageAccount";
export type LinkedStorageAccount = import("./linkedStorageAccount").LinkedStorageAccount;
export declare const LinkedStorageAccount: typeof import("./linkedStorageAccount").LinkedStorageAccount;
export { MachineGroupArgs } from "./machineGroup";
export type MachineGroup = import("./machineGroup").MachineGroup;
export declare const MachineGroup: typeof import("./machineGroup").MachineGroup;
export { QueryArgs } from "./query";
export type Query = import("./query").Query;
export declare const Query: typeof import("./query").Query;
export { QueryPackArgs } from "./queryPack";
export type QueryPack = import("./queryPack").QueryPack;
export declare const QueryPack: typeof import("./queryPack").QueryPack;
export { SavedSearchArgs } from "./savedSearch";
export type SavedSearch = import("./savedSearch").SavedSearch;
export declare const SavedSearch: typeof import("./savedSearch").SavedSearch;
export { StorageInsightConfigArgs } from "./storageInsightConfig";
export type StorageInsightConfig = import("./storageInsightConfig").StorageInsightConfig;
export declare const StorageInsightConfig: typeof import("./storageInsightConfig").StorageInsightConfig;
export { TableArgs } from "./table";
export type Table = import("./table").Table;
export declare const Table: typeof import("./table").Table;
export { WorkspaceArgs } from "./workspace";
export type Workspace = import("./workspace").Workspace;
export declare const Workspace: typeof import("./workspace").Workspace;
export * from "../types/enums/operationalinsights";