Class ServerVersionCapability

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.ServerVersionCapability

public final class ServerVersionCapability extends Object
Server version capabilities.
  • Constructor Details

    • ServerVersionCapability

      public ServerVersionCapability()
      Creates an instance of ServerVersionCapability class.
  • Method Details

    • name

      public String name()
      Get the name property: server version.
      Returns:
      the name value.
    • supportedSkus

      public List<SkuCapability> supportedSkus()
      Get the supportedSkus property: A list of supported Skus.
      Returns:
      the supportedSkus value.
    • validate

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