Cae Web Service Entities
App Service Certificates
- Preview
- Usage
- Definition
import { AppServiceCertificates } from '@dinghy/diagrams/entitiesCaeWebService'
<AppServiceCertificates/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_CERTIFICATES } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_CERTIFICATES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Certificate.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
App Service Domains
- Preview
- Usage
- Definition
import { AppServiceDomains } from '@dinghy/diagrams/entitiesCaeWebService'
<AppServiceDomains/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_DOMAINS } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_DOMAINS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/CustomDomain.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
App Service Environments
- Preview
- Usage
- Definition
import { AppServiceEnvironments } from '@dinghy/diagrams/entitiesCaeWebService'
<AppServiceEnvironments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_ENVIRONMENTS } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_ENVIRONMENTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/App_Service.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
App Service Plans
- Preview
- Usage
- Definition
import { AppServicePlans } from '@dinghy/diagrams/entitiesCaeWebService'
<AppServicePlans/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_PLANS } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_PLANS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/WebHosting.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
App Services
- Preview
- Usage
- Definition
import { AppServices } from '@dinghy/diagrams/entitiesCaeWebService'
<AppServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICES } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/App_Services.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure Media Services
- Preview
- Usage
- Definition
import { AzureMediaServices } from '@dinghy/diagrams/entitiesCaeWebService'
<AzureMediaServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_MEDIA_SERVICES } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, AZURE_MEDIA_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Media_Services.svg;strokeColor=none;',
},
_original_width: 44,
_original_height: 50,
}
Azure Search
- Preview
- Usage
- Definition
import { AzureSearch } from '@dinghy/diagrams/entitiesCaeWebService'
<AzureSearch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_SEARCH } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, AZURE_SEARCH)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Search.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Connection
- Preview
- Usage
- Definition
import { Connection } from '@dinghy/diagrams/entitiesCaeWebService'
<Connection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONNECTION } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, CONNECTION)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Connection.svg;strokeColor=none;',
},
_width: 50,
_height: 31,
}
Notification Hub Namespaces
- Preview
- Usage
- Definition
import { NotificationHubNamespaces } from '@dinghy/diagrams/entitiesCaeWebService'
<NotificationHubNamespaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOTIFICATION_HUB_NAMESPACES } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, NOTIFICATION_HUB_NAMESPACES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Notification_Hubs.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
SignalR
- Preview
- Usage
- Definition
import { Signalr } from '@dinghy/diagrams/entitiesCaeWebService'
<Signalr/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNALR } from '@dinghy/diagrams/entitiesCaeWebService'
<Shape
{...props}
_style={extendStyle(props, SIGNALR)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SignalR.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}