diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
29 lines (28 loc) • 3.4 kB
TypeScript
export declare function ApplicationGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ApplicationSecurityGroups(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CDNProfiles(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Connections(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DDOSProtectionPlans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DNSPrivateZones(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DNSZones(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ExpressrouteCircuits(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Firewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FrontDoors(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LoadBalancers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LocalNetworkGateways(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NetworkInterfaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NetworkSecurityGroupsClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NetworkWatcher(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OnPremisesDataGateways(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PrivateEndpoint(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PublicIpAddresses(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ReservedIpAddressesClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RouteFilters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RouteTables(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServiceEndpointPolicies(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Subnets(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TrafficManagerProfiles(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualNetworkClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualNetworkGateways(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualNetworks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualWans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;