Package version:

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

interface SingleServerConfiguration {
    appResourceGroup: string;
    customResourceNames?: SingleServerCustomResourceNamesUnion;
    databaseType?: string;
    dbDiskConfiguration?: DiskConfiguration;
    deploymentType: "SingleServer";
    networkConfiguration?: NetworkConfiguration;
    subnetId: string;
    virtualMachineConfiguration: VirtualMachineConfiguration;
}

Hierarchy (view full)

Properties

appResourceGroup: string

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

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

databaseType?: string

The database type.

dbDiskConfiguration?: DiskConfiguration

Gets or sets the disk configuration.

deploymentType

The type of SAP deployment, single server in this case.

networkConfiguration?: NetworkConfiguration

Network configuration for the server

subnetId: string

The subnet id.

virtualMachineConfiguration: VirtualMachineConfiguration

Gets or sets the virtual machine configuration.