Class DeploymentConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.SapConfiguration
com.azure.resourcemanager.workloads.models.DeploymentConfiguration
Deployment Configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the appLocation property: The geo-location where the SAP system is to be created.Get the infrastructureConfiguration property: The infrastructure configuration.Get the softwareConfiguration property: The software configuration.void
validate()
Validates the instance.withAppLocation
(String appLocation) Set the appLocation property: The geo-location where the SAP system is to be created.withInfrastructureConfiguration
(InfrastructureConfiguration infrastructureConfiguration) Set the infrastructureConfiguration property: The infrastructure configuration.withSoftwareConfiguration
(SoftwareConfiguration softwareConfiguration) Set the softwareConfiguration property: The software configuration.
-
Constructor Details
-
DeploymentConfiguration
public DeploymentConfiguration()
-
-
Method Details
-
appLocation
Get the appLocation property: The geo-location where the SAP system is to be created.- Returns:
- the appLocation value.
-
withAppLocation
Set the appLocation property: The geo-location where the SAP system is to be created.- Parameters:
appLocation
- the appLocation value to set.- Returns:
- the DeploymentConfiguration object itself.
-
infrastructureConfiguration
Get the infrastructureConfiguration property: The infrastructure configuration.- Returns:
- the infrastructureConfiguration value.
-
withInfrastructureConfiguration
public DeploymentConfiguration withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration) Set the infrastructureConfiguration property: The infrastructure configuration.- Parameters:
infrastructureConfiguration
- the infrastructureConfiguration value to set.- Returns:
- the DeploymentConfiguration object itself.
-
softwareConfiguration
Get the softwareConfiguration property: The software configuration.- Returns:
- the softwareConfiguration value.
-
withSoftwareConfiguration
public DeploymentConfiguration withSoftwareConfiguration(SoftwareConfiguration softwareConfiguration) Set the softwareConfiguration property: The software configuration.- Parameters:
softwareConfiguration
- the softwareConfiguration value to set.- Returns:
- the DeploymentConfiguration object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSapConfiguration
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-