Package version:

Deployment Configuration.

interface DeploymentConfiguration {
    appLocation?: string;
    configurationType: "Deployment";
    infrastructureConfiguration?: InfrastructureConfigurationUnion;
    softwareConfiguration?: SoftwareConfigurationUnion;
}

Hierarchy (view full)

Properties

appLocation?: string

The geo-location where the SAP system is to be created.

configurationType

The deployment configuration Type.

infrastructureConfiguration?: InfrastructureConfigurationUnion

The infrastructure configuration.

softwareConfiguration?: SoftwareConfigurationUnion

The software configuration.