Azure2 Azure2 Stack Entities
Capacity
- Preview
- Usage
- Definition
import { Capacity } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Capacity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAPACITY } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, CAPACITY)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Capacity.svg;strokeColor=none;',
},
_original_width: 63,
_original_height: 68,
}
Infrastructure Backup
- Preview
- Usage
- Definition
import { InfrastructureBackup } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<InfrastructureBackup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INFRASTRUCTURE_BACKUP } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, INFRASTRUCTURE_BACKUP)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Infrastructure_Backup.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 69,
}
Multi Tenancy
- Preview
- Usage
- Definition
import { MultiTenancy } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<MultiTenancy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTI_TENANCY } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, MULTI_TENANCY)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Multi_Tenancy.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 65,
}
Offers
- Preview
- Usage
- Definition
import { Offers } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Offers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OFFERS } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, OFFERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Offers.svg;strokeColor=none;',
},
_original_width: 65,
_original_height: 64,
}
Plans
- Preview
- Usage
- Definition
import { Plans } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Plans/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLANS } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, PLANS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Plans.svg;strokeColor=none;',
},
_original_width: 52,
_original_height: 64,
}
Stack
- Preview
- Usage
- Definition
import { Stack } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Stack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACK } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, STACK)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Azure_Stack.svg;strokeColor=none;',
},
_original_width: 62,
_original_height: 64,
}
Updates
- Preview
- Usage
- Definition
import { Updates } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Updates/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UPDATES } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, UPDATES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/Updates.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 67,
}
User Subscriptions
- Preview
- Usage
- Definition
import { UserSubscriptions } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<UserSubscriptions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { USER_SUBSCRIPTIONS } from '@dinghy/diagrams/entitiesAzure2Azure2Stack'
<Shape
{...props}
_style={extendStyle(props, USER_SUBSCRIPTIONS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/azure_stack/User_Subscriptions.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 66,
}