SingleServerConfiguration interface

Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see here

Extends

Properties

customResourceNames

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

databaseType

The database type.

dbDiskConfiguration

Gets or sets the disk configuration.

deploymentType

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

networkConfiguration

Network configuration for the server

subnetId

The subnet id.

virtualMachineConfiguration

Gets or sets the virtual machine configuration.

Inherited Properties

appResourceGroup

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

Property Details

customResourceNames

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

customResourceNames?: SingleServerCustomResourceNamesUnion

Property Value

databaseType

The database type.

databaseType?: string

Property Value

string

dbDiskConfiguration

Gets or sets the disk configuration.

dbDiskConfiguration?: DiskConfiguration

Property Value

deploymentType

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

deploymentType: "SingleServer"

Property Value

"SingleServer"

networkConfiguration

Network configuration for the server

networkConfiguration?: NetworkConfiguration

Property Value

subnetId

The subnet id.

subnetId: string

Property Value

string

virtualMachineConfiguration

Gets or sets the virtual machine configuration.

virtualMachineConfiguration: VirtualMachineConfiguration

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