Class SapSupportedSkusRequest

java.lang.Object
com.azure.resourcemanager.workloads.models.SapSupportedSkusRequest

public final class SapSupportedSkusRequest extends Object
The SAP request to get list of supported SKUs.
  • Constructor Details

    • SapSupportedSkusRequest

      public SapSupportedSkusRequest()
  • Method Details

    • appLocation

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

      public SapSupportedSkusRequest withAppLocation(String appLocation)
      Set the appLocation property: The geo-location where the resource is to be created.
      Parameters:
      appLocation - the appLocation value to set.
      Returns:
      the SapSupportedSkusRequest object itself.
    • environment

      public SapEnvironmentType environment()
      Get the environment property: Defines the environment type - Production/Non Production.
      Returns:
      the environment value.
    • withEnvironment

      public SapSupportedSkusRequest withEnvironment(SapEnvironmentType environment)
      Set the environment property: Defines the environment type - Production/Non Production.
      Parameters:
      environment - the environment value to set.
      Returns:
      the SapSupportedSkusRequest object itself.
    • sapProduct

      public SapProductType sapProduct()
      Get the sapProduct property: Defines the SAP Product type.
      Returns:
      the sapProduct value.
    • withSapProduct

      public SapSupportedSkusRequest withSapProduct(SapProductType sapProduct)
      Set the sapProduct property: Defines the SAP Product type.
      Parameters:
      sapProduct - the sapProduct value to set.
      Returns:
      the SapSupportedSkusRequest object itself.
    • deploymentType

      public SapDeploymentType deploymentType()
      Get the deploymentType property: The deployment type. Eg: SingleServer/ThreeTier.
      Returns:
      the deploymentType value.
    • withDeploymentType

      public SapSupportedSkusRequest withDeploymentType(SapDeploymentType deploymentType)
      Set the deploymentType property: The deployment type. Eg: SingleServer/ThreeTier.
      Parameters:
      deploymentType - the deploymentType value to set.
      Returns:
      the SapSupportedSkusRequest object itself.
    • databaseType

      public SapDatabaseType databaseType()
      Get the databaseType property: The database type. Eg: HANA, DB2, etc.
      Returns:
      the databaseType value.
    • withDatabaseType

      public SapSupportedSkusRequest withDatabaseType(SapDatabaseType databaseType)
      Set the databaseType property: The database type. Eg: HANA, DB2, etc.
      Parameters:
      databaseType - the databaseType value to set.
      Returns:
      the SapSupportedSkusRequest object itself.
    • highAvailabilityType

      public SapHighAvailabilityType highAvailabilityType()
      Get the highAvailabilityType property: The high availability type.
      Returns:
      the highAvailabilityType value.
    • withHighAvailabilityType

      public SapSupportedSkusRequest withHighAvailabilityType(SapHighAvailabilityType highAvailabilityType)
      Set the highAvailabilityType property: The high availability type.
      Parameters:
      highAvailabilityType - the highAvailabilityType value to set.
      Returns:
      the SapSupportedSkusRequest object itself.
    • validate

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