Cae Integration Service Entities
API Management Service
- Preview
- Usage
- Definition
import { ApiManagementService } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<ApiManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, API_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/API_Management.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
App Configuration
- Preview
- Usage
- Definition
import { AppConfiguration } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<AppConfiguration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_CONFIGURATION } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, APP_CONFIGURATION)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/App_Configuration.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 49,
}
Azure API for FHIR
- Preview
- Usage
- Definition
import { AzureApiForFhir } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<AzureApiForFhir/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_API_FOR_FHIR } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, AZURE_API_FOR_FHIR)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_API_for_FHIR.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure Data Catalog
- Preview
- Usage
- Definition
import { AzureDataCatalog } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<AzureDataCatalog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_DATA_CATALOG } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, AZURE_DATA_CATALOG)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Data_Catalog.svg;strokeColor=none;',
},
_original_width: 47,
_original_height: 50,
}
Azure Service Bus
- Preview
- Usage
- Definition
import { AzureServiceBus } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<AzureServiceBus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_SERVICE_BUS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, AZURE_SERVICE_BUS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Service_Bus.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure Service Bus Relays
- Preview
- Usage
- Definition
import { AzureServiceBusRelays } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<AzureServiceBusRelays/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_SERVICE_BUS_RELAYS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, AZURE_SERVICE_BUS_RELAYS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Service_Bus_Relay.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure StorSimple Device Managers
- Preview
- Usage
- Definition
import { AzureStorsimpleDeviceManagers } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<AzureStorsimpleDeviceManagers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_STORSIMPLE_DEVICE_MANAGERS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, AZURE_STORSIMPLE_DEVICE_MANAGERS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/StorSimple.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 45,
}
Event Grid Domains and Subscriptions
- Preview
- Usage
- Definition
import { EventGridDomainsAndSubscriptions } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<EventGridDomainsAndSubscriptions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_GRID_DOMAINS_AND_SUBSCRIPTIONS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, EVENT_GRID_DOMAINS_AND_SUBSCRIPTIONS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Event_Grid.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Event Grid Topics
- Preview
- Usage
- Definition
import { EventGridTopics } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<EventGridTopics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_GRID_TOPICS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, EVENT_GRID_TOPICS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Event_Grid_Topics.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Integration Accounts
- Preview
- Usage
- Definition
import { IntegrationAccounts } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<IntegrationAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION_ACCOUNTS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION_ACCOUNTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Integration_Accounts.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Integration Service Environments
- Preview
- Usage
- Definition
import { IntegrationServiceEnvironments } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<IntegrationServiceEnvironments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION_SERVICE_ENVIRONMENTS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION_SERVICE_ENVIRONMENTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Integration_Service_Environments.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Logic Apps
- Preview
- Usage
- Definition
import { LogicApps } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<LogicApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_APPS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, LOGIC_APPS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Logic_Apps.svg;strokeColor=none;',
},
_width: 50,
_height: 39,
}
Logic Apps Custom Connector
- Preview
- Usage
- Definition
import { LogicAppsCustomConnector } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<LogicAppsCustomConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_APPS_CUSTOM_CONNECTOR } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, LOGIC_APPS_CUSTOM_CONNECTOR)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Logic_Apps_Custom_Connector.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
SendGrid Accounts
- Preview
- Usage
- Definition
import { SendgridAccounts } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<SendgridAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SENDGRID_ACCOUNTS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, SENDGRID_ACCOUNTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SendGrid_Accounts.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Service Catalog Managed Application Definitions
- Preview
- Usage
- Definition
import { ServiceCatalogManagedApplicationDefinitions } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<ServiceCatalogManagedApplicationDefinitions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_CATALOG_MANAGED_APPLICATION_DEFINITIONS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, SERVICE_CATALOG_MANAGED_APPLICATION_DEFINITIONS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Service_Catalog_Managed_Application_Definitions.svg;strokeColor=none;',
},
_original_width: 47,
_original_height: 50,
}
Software as a Service (SaaS)
- Preview
- Usage
- Definition
import { SoftwareAsAServiceSaas } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<SoftwareAsAServiceSaas/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOFTWARE_AS_A_SERVICE_SAAS } from '@dinghy/diagrams/entitiesCaeIntegrationService'
<Shape
{...props}
_style={extendStyle(props, SOFTWARE_AS_A_SERVICE_SAAS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Software_as_a_Service.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}