Class SapSupportedResourceSkusResultInner

java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapSupportedResourceSkusResultInner

public final class SapSupportedResourceSkusResultInner extends Object
The list of supported SKUs for different resources which are part of SAP deployment.
  • Constructor Details

    • SapSupportedResourceSkusResultInner

      public SapSupportedResourceSkusResultInner()
  • Method Details

    • supportedSkus

      public List<SapSupportedSku> supportedSkus()
      Get the supportedSkus property: Gets the list of SAP supported SKUs.
      Returns:
      the supportedSkus value.
    • withSupportedSkus

      public SapSupportedResourceSkusResultInner withSupportedSkus(List<SapSupportedSku> supportedSkus)
      Set the supportedSkus property: Gets the list of SAP supported SKUs.
      Parameters:
      supportedSkus - the supportedSkus value to set.
      Returns:
      the SapSupportedResourceSkusResultInner object itself.
    • validate

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