ThreeTierFullResourceNames interface
The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
- Extends
Properties
application |
The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. |
central |
The full resource names object for central server layer resources. |
database |
The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. |
naming |
Polymorphic discriminator, which specifies the different types this object can be |
shared |
The resource names object for shared storage. |
Property Details
applicationServer
The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
applicationServer?: ApplicationServerFullResourceNames
Property Value
centralServer
The full resource names object for central server layer resources.
centralServer?: CentralServerFullResourceNames
Property Value
databaseServer
The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
databaseServer?: DatabaseServerFullResourceNames
Property Value
namingPatternType
Polymorphic discriminator, which specifies the different types this object can be
namingPatternType: "FullResourceName"
Property Value
"FullResourceName"
sharedStorage
The resource names object for shared storage.
sharedStorage?: SharedStorageResourceNames
Property Value
Azure SDK for JavaScript