Class SapAvailabilityZoneDetailsRequest

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

public final class SapAvailabilityZoneDetailsRequest extends Object
The SAP request to get list of availability zones.
  • Constructor Details

    • SapAvailabilityZoneDetailsRequest

      public SapAvailabilityZoneDetailsRequest()
  • Method Details

    • appLocation

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

      public SapAvailabilityZoneDetailsRequest withAppLocation(String appLocation)
      Set the appLocation property: The geo-location where the SAP resources will be created.
      Parameters:
      appLocation - the appLocation value to set.
      Returns:
      the SapAvailabilityZoneDetailsRequest object itself.
    • sapProduct

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

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

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

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

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