ThreeTierConfiguration interface

Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see here

Extends

Properties

applicationServer

The application server configuration.

centralServer

The central server configuration.

customResourceNames

The set of custom names to be used for underlying azure resources that are part of the SAP system.

databaseServer

The database configuration.

deploymentType

Polymorphic discriminator, which specifies the different types this object can be

highAvailabilityConfig

The high availability configuration.

networkConfiguration

Network configuration common to all servers

storageConfiguration

The storage configuration.

Inherited Properties

appResourceGroup

The application resource group where SAP system resources will be deployed.

Property Details

applicationServer

The application server configuration.

applicationServer: ApplicationServerConfiguration

Property Value

centralServer

The central server configuration.

centralServer: CentralServerConfiguration

Property Value

customResourceNames

The set of custom names to be used for underlying azure resources that are part of the SAP system.

customResourceNames?: ThreeTierCustomResourceNamesUnion

Property Value

databaseServer

The database configuration.

databaseServer: DatabaseConfiguration

Property Value

deploymentType

Polymorphic discriminator, which specifies the different types this object can be

deploymentType: "ThreeTier"

Property Value

"ThreeTier"

highAvailabilityConfig

The high availability configuration.

highAvailabilityConfig?: HighAvailabilityConfiguration

Property Value

networkConfiguration

Network configuration common to all servers

networkConfiguration?: NetworkConfiguration

Property Value

storageConfiguration

The storage configuration.

storageConfiguration?: StorageConfiguration

Property Value

Inherited Property Details

appResourceGroup

The application resource group where SAP system resources will be deployed.

appResourceGroup: string

Property Value

string

Inherited From InfrastructureConfiguration.appResourceGroup