Class DeploymentConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.SapConfiguration
com.azure.resourcemanager.workloads.models.DeploymentConfiguration

public final class DeploymentConfiguration extends SapConfiguration
Deployment Configuration.
  • Constructor Details

    • DeploymentConfiguration

      public DeploymentConfiguration()
  • Method Details

    • appLocation

      public String appLocation()
      Get the appLocation property: The geo-location where the SAP system is to be created.
      Returns:
      the appLocation value.
    • withAppLocation

      public DeploymentConfiguration withAppLocation(String appLocation)
      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

      public InfrastructureConfiguration 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

      public SoftwareConfiguration 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 class SapConfiguration
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.