Class SapSupportedSku

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

public final class SapSupportedSku extends Object
The SAP supported SKU.
  • Constructor Details

    • SapSupportedSku

      public SapSupportedSku()
  • Method Details

    • vmSku

      public String vmSku()
      Get the vmSku property: The VM Sku.
      Returns:
      the vmSku value.
    • withVmSku

      public SapSupportedSku withVmSku(String vmSku)
      Set the vmSku property: The VM Sku.
      Parameters:
      vmSku - the vmSku value to set.
      Returns:
      the SapSupportedSku object itself.
    • isAppServerCertified

      public Boolean isAppServerCertified()
      Get the isAppServerCertified property: True if the Sku is certified for App server in the SAP system.
      Returns:
      the isAppServerCertified value.
    • withIsAppServerCertified

      public SapSupportedSku withIsAppServerCertified(Boolean isAppServerCertified)
      Set the isAppServerCertified property: True if the Sku is certified for App server in the SAP system.
      Parameters:
      isAppServerCertified - the isAppServerCertified value to set.
      Returns:
      the SapSupportedSku object itself.
    • isDatabaseCertified

      public Boolean isDatabaseCertified()
      Get the isDatabaseCertified property: True if the Sku is certified for Database server in the SAP system.
      Returns:
      the isDatabaseCertified value.
    • withIsDatabaseCertified

      public SapSupportedSku withIsDatabaseCertified(Boolean isDatabaseCertified)
      Set the isDatabaseCertified property: True if the Sku is certified for Database server in the SAP system.
      Parameters:
      isDatabaseCertified - the isDatabaseCertified value to set.
      Returns:
      the SapSupportedSku object itself.
    • validate

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