Azure2 App Services Entities
API Management Services
- Preview
- Usage
- Definition
import { ApiManagementServices } from '@dinghy/diagrams/entitiesAzure2AppServices'
<ApiManagementServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_MANAGEMENT_SERVICES } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, API_MANAGEMENT_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/API_Management_Services.svg;strokeColor=none;',
},
_original_width: 65,
_original_height: 60,
}
App Service Certificates
- Preview
- Usage
- Definition
import { AppServiceCertificates } from '@dinghy/diagrams/entitiesAzure2AppServices'
<AppServiceCertificates/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_CERTIFICATES } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_CERTIFICATES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/App_Service_Certificates.svg;strokeColor=none;',
},
_original_width: 70,
_original_height: 64,
}
App Service Domains
- Preview
- Usage
- Definition
import { AppServiceDomains } from '@dinghy/diagrams/entitiesAzure2AppServices'
<AppServiceDomains/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_DOMAINS } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_DOMAINS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/App_Service_Domains.svg;strokeColor=none;',
},
_original_width: 65,
_original_height: 52,
}
App Service Environments
- Preview
- Usage
- Definition
import { AppServiceEnvironments } from '@dinghy/diagrams/entitiesAzure2AppServices'
<AppServiceEnvironments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_ENVIRONMENTS } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_ENVIRONMENTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/App_Service_Environments.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
App Service Plans
- Preview
- Usage
- Definition
import { AppServicePlans } from '@dinghy/diagrams/entitiesAzure2AppServices'
<AppServicePlans/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICE_PLANS } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICE_PLANS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/App_Service_Plans.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
App Services
- Preview
- Usage
- Definition
import { AppServices } from '@dinghy/diagrams/entitiesAzure2AppServices'
<AppServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICES } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/App_Services.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
CDN Profiles
- Preview
- Usage
- Definition
import { CdnProfiles } from '@dinghy/diagrams/entitiesAzure2AppServices'
<CdnProfiles/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CDN_PROFILES } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, CDN_PROFILES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/CDN_Profiles.svg;strokeColor=none;',
},
_width: 68,
_height: 40,
}
Notification Hubs
- Preview
- Usage
- Definition
import { NotificationHubs } from '@dinghy/diagrams/entitiesAzure2AppServices'
<NotificationHubs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOTIFICATION_HUBS } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, NOTIFICATION_HUBS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/Notification_Hubs.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 56.00000000000001,
}
Search Services
- Preview
- Usage
- Definition
import { SearchServices } from '@dinghy/diagrams/entitiesAzure2AppServices'
<SearchServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEARCH_SERVICES } from '@dinghy/diagrams/entitiesAzure2AppServices'
<Shape
{...props}
_style={extendStyle(props, SEARCH_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/Search_Services.svg;strokeColor=none;',
},
_width: 72,
_height: 52,
}