Class InfrastructureConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.InfrastructureConfiguration
Direct Known Subclasses:
SingleServerConfiguration, ThreeTierConfiguration

public class InfrastructureConfiguration extends Object
Deploy SAP Infrastructure Details.
  • Constructor Details

    • InfrastructureConfiguration

      public InfrastructureConfiguration()
  • Method Details

    • appResourceGroup

      public String appResourceGroup()
      Get the appResourceGroup property: The application resource group where SAP system resources will be deployed.
      Returns:
      the appResourceGroup value.
    • withAppResourceGroup

      public InfrastructureConfiguration withAppResourceGroup(String appResourceGroup)
      Set the appResourceGroup property: The application resource group where SAP system resources will be deployed.
      Parameters:
      appResourceGroup - the appResourceGroup value to set.
      Returns:
      the InfrastructureConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.