diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
34 lines (33 loc) • 3.95 kB
TypeScript
export declare function ActivityLog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Advisor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Alerts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ApplicationInsights(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ArcMachines(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AutomationAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureArc(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureLighthouse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Blueprints(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Compliance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CostManagementAndBilling(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CustomerLockboxForMicrosoftAzure(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DiagnosticsSettings(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Education(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IntuneTrends(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LogAnalyticsWorkspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Machinesazurearc(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedApplicationsCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedDesktop(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Metrics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Monitor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MyCustomers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OperationLogClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Policy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RecoveryServicesVaults(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ResourceGraphExplorer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ResourcesProvider(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SchedulerJobCollections(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServiceCatalogMad(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServiceProviders(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Solutions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function UniversalPrint(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function UserPrivacy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;