SingleServerConfiguration interface
Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see here
- Extends
Properties
custom |
The set of custom names to be used for underlying azure resources that are part of the SAP system. |
database |
The database type. |
db |
Gets or sets the disk configuration. |
deployment |
Polymorphic discriminator, which specifies the different types this object can be |
network |
Network configuration for the server |
subnet |
The subnet id. |
virtual |
Gets or sets the virtual machine configuration. |
Inherited Properties
app |
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