Azure2 Integration Entities
API Connections
- Preview
- Usage
- Definition
import { ApiConnections } from '@dinghy/diagrams/entitiesAzure2Integration'
<ApiConnections/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_CONNECTIONS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, API_CONNECTIONS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/devops/API_Connections.svg;strokeColor=none;',
},
_width: 68,
_height: 45.32,
}
API for FHIR
- Preview
- Usage
- Definition
import { ApiForFhir } from '@dinghy/diagrams/entitiesAzure2Integration'
<ApiForFhir/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_FOR_FHIR } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, API_FOR_FHIR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Azure_API_for_FHIR.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 65.2,
}
API Management Services
- Preview
- Usage
- Definition
import { ApiManagementServices } from '@dinghy/diagrams/entitiesAzure2Integration'
<ApiManagementServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_MANAGEMENT_SERVICES } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, API_MANAGEMENT_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/API_Management_Services.svg;strokeColor=none;',
},
_original_width: 65,
_original_height: 60,
}
App Configuration
- Preview
- Usage
- Definition
import { AppConfiguration } from '@dinghy/diagrams/entitiesAzure2Integration'
<AppConfiguration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_CONFIGURATION } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, APP_CONFIGURATION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/App_Configuration.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 68,
}
Data Catalog
- Preview
- Usage
- Definition
import { DataCatalog } from '@dinghy/diagrams/entitiesAzure2Integration'
<DataCatalog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_CATALOG } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, DATA_CATALOG)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Azure_Data_Catalog.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 67,
}
Data Factories
- Preview
- Usage
- Definition
import { DataFactories } from '@dinghy/diagrams/entitiesAzure2Integration'
<DataFactories/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_FACTORIES } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, DATA_FACTORIES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/databases/Data_Factory.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Databox Gateway
- Preview
- Usage
- Definition
import { DataboxGateway } from '@dinghy/diagrams/entitiesAzure2Integration'
<DataboxGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABOX_GATEWAY } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, DATABOX_GATEWAY)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/storage/Azure_Stack_Edge.svg;strokeColor=none;',
},
_width: 68,
_height: 48,
}
Event Grid Domains
- Preview
- Usage
- Definition
import { EventGridDomains } from '@dinghy/diagrams/entitiesAzure2Integration'
<EventGridDomains/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_GRID_DOMAINS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, EVENT_GRID_DOMAINS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Event_Grid_Domains.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 60,
}
Event Grid Subscriptions
- Preview
- Usage
- Definition
import { EventGridSubscriptions } from '@dinghy/diagrams/entitiesAzure2Integration'
<EventGridSubscriptions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_GRID_SUBSCRIPTIONS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, EVENT_GRID_SUBSCRIPTIONS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Event_Grid_Subscriptions.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 60,
}
Event Grid Topics
- Preview
- Usage
- Definition
import { EventGridTopics } from '@dinghy/diagrams/entitiesAzure2Integration'
<EventGridTopics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_GRID_TOPICS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, EVENT_GRID_TOPICS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Event_Grid_Topics.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 60,
}
Integration Accounts
- Preview
- Usage
- Definition
import { IntegrationAccounts } from '@dinghy/diagrams/entitiesAzure2Integration'
<IntegrationAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION_ACCOUNTS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION_ACCOUNTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Integration_Accounts.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
Integration Environments
- Preview
- Usage
- Definition
import { IntegrationEnvironments } from '@dinghy/diagrams/entitiesAzure2Integration'
<IntegrationEnvironments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION_ENVIRONMENTS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION_ENVIRONMENTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Integration_Environments.svg;strokeColor=none;',
},
_original_width: 64.24,
_original_height: 68,
}
Integration Service Environments
- Preview
- Usage
- Definition
import { IntegrationServiceEnvironments } from '@dinghy/diagrams/entitiesAzure2Integration'
<IntegrationServiceEnvironments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION_SERVICE_ENVIRONMENTS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION_SERVICE_ENVIRONMENTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Integration_Service_Environments.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Logic Apps
- Preview
- Usage
- Definition
import { LogicApps } from '@dinghy/diagrams/entitiesAzure2Integration'
<LogicApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_APPS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, LOGIC_APPS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Logic_Apps.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 52,
}
Logic Apps 2
- Preview
- Usage
- Definition
import { LogicApps2 } from '@dinghy/diagrams/entitiesAzure2Integration'
<LogicApps2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_APPS_2 } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, LOGIC_APPS_2)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/internet_of_things/Logic_Apps.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Logic Apps Custom Connector
- Preview
- Usage
- Definition
import { LogicAppsCustomConnector } from '@dinghy/diagrams/entitiesAzure2Integration'
<LogicAppsCustomConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_APPS_CUSTOM_CONNECTOR } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, LOGIC_APPS_CUSTOM_CONNECTOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Logic_Apps_Custom_Connector.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Partner Namespace
- Preview
- Usage
- Definition
import { PartnerNamespace } from '@dinghy/diagrams/entitiesAzure2Integration'
<PartnerNamespace/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARTNER_NAMESPACE } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, PARTNER_NAMESPACE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Partner_Namespace.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 60.8,
}
Partner Registration
- Preview
- Usage
- Definition
import { PartnerRegistration } from '@dinghy/diagrams/entitiesAzure2Integration'
<PartnerRegistration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARTNER_REGISTRATION } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, PARTNER_REGISTRATION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Partner_Registration.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 63.2,
}
Partner Topic
- Preview
- Usage
- Definition
import { PartnerTopic } from '@dinghy/diagrams/entitiesAzure2Integration'
<PartnerTopic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARTNER_TOPIC } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, PARTNER_TOPIC)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Partner_Topic.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 61,
}
Power Platform
- Preview
- Usage
- Definition
import { PowerPlatform } from '@dinghy/diagrams/entitiesAzure2Integration'
<PowerPlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POWER_PLATFORM } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, POWER_PLATFORM)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/analytics/Power_Platform.svg;strokeColor=none;',
},
_original_width: 64.92,
_original_height: 68,
}
Relays
- Preview
- Usage
- Definition
import { Relays } from '@dinghy/diagrams/entitiesAzure2Integration'
<Relays/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RELAYS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, RELAYS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Relays.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 60,
}
SendGrid Accounts
- Preview
- Usage
- Definition
import { SendgridAccounts } from '@dinghy/diagrams/entitiesAzure2Integration'
<SendgridAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SENDGRID_ACCOUNTS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, SENDGRID_ACCOUNTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/SendGrid_Accounts.svg;strokeColor=none;',
},
_original_width: 66.8,
_original_height: 68,
}
Service Bus
- Preview
- Usage
- Definition
import { ServiceBus } from '@dinghy/diagrams/entitiesAzure2Integration'
<ServiceBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_BUS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, SERVICE_BUS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Service_Bus.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 60,
}
Software as a Service
- Preview
- Usage
- Definition
import { SoftwareAsAService } from '@dinghy/diagrams/entitiesAzure2Integration'
<SoftwareAsAService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOFTWARE_AS_A_SERVICE } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, SOFTWARE_AS_A_SERVICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/Software_as_a_Service.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 53,
}
SQL Data Warehouses
- Preview
- Usage
- Definition
import { SqlDataWarehouses } from '@dinghy/diagrams/entitiesAzure2Integration'
<SqlDataWarehouses/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_DATA_WAREHOUSES } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, SQL_DATA_WAREHOUSES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/SQL_Data_Warehouses.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 65,
}
Stack Edge
- Preview
- Usage
- Definition
import { StackEdge } from '@dinghy/diagrams/entitiesAzure2Integration'
<StackEdge/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACK_EDGE } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, STACK_EDGE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/storage/Data_Box_Edge.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 48.72,
}
StorSimple Device Managers
- Preview
- Usage
- Definition
import { StorsimpleDeviceManagers } from '@dinghy/diagrams/entitiesAzure2Integration'
<StorsimpleDeviceManagers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STORSIMPLE_DEVICE_MANAGERS } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, STORSIMPLE_DEVICE_MANAGERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/storage/StorSimple_Device_Managers.svg;strokeColor=none;',
},
_original_width: 70,
_original_height: 64,
}
System Topic
- Preview
- Usage
- Definition
import { SystemTopic } from '@dinghy/diagrams/entitiesAzure2Integration'
<SystemTopic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SYSTEM_TOPIC } from '@dinghy/diagrams/entitiesAzure2Integration'
<Shape
{...props}
_style={extendStyle(props, SYSTEM_TOPIC)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/integration/System_Topic.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 60,
}