diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
57 lines (56 loc) • 6.48 kB
TypeScript
export declare function AppServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ApplicationGroup(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AutomanagedVM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AvailabilitySets(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureComputeGalleries(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSpringApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BatchAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CitrixVirtualDesktopsEssentials(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudServicesClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudsimpleVirtualMachines(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContainerApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContainerInstances(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContainerRegistries(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContainerServicesDeprecated(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DiskEncryptionSets(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DiskSnapshots(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DisksClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DisksSnapshots(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Disks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FunctionApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function HostGroups(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function HostPools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Hosts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ImageDefinitions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ImageTemplates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ImageVersions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Images(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KubernetesServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MaintenanceConfiguration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedServiceFabric(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MeshApplications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MetricsAdvisor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OsImagesClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OsImages(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RestorePointsCollections(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RestorePoints(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SAPHANAOnAzure(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServiceFabricClusters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SharedImageGalleries(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SpringCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualMachine(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualMachinesClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMImagesClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMImages(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMLinux(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMScaleSet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMScaleSets(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VMWindows(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Workspaces2(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Workspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ACR: typeof ContainerRegistries;
export declare const AKS: typeof KubernetesServices;
export declare const VMSS: typeof VMScaleSet;