ThreeTierRecommendationResult interface
The recommended configuration for a three tier SAP system.
- Extends
Properties
application |
The application server instance count. |
application |
The application server VM SKU. |
central |
The central server instance count. |
central |
The central server VM SKU. |
database |
The database server instance count. |
db |
The database VM SKU. |
deployment |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
applicationServerInstanceCount
The application server instance count.
applicationServerInstanceCount?: number
Property Value
number
applicationServerVmSku
The application server VM SKU.
applicationServerVmSku?: string
Property Value
string
centralServerInstanceCount
The central server instance count.
centralServerInstanceCount?: number
Property Value
number
centralServerVmSku
The central server VM SKU.
centralServerVmSku?: string
Property Value
string
databaseInstanceCount
The database server instance count.
databaseInstanceCount?: number
Property Value
number
dbVmSku
The database VM SKU.
dbVmSku?: string
Property Value
string
deploymentType
Polymorphic discriminator, which specifies the different types this object can be
deploymentType: "ThreeTier"
Property Value
"ThreeTier"
Azure SDK for JavaScript