Class ConfigurationServiceResourceRequests

java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceResourceRequests

public final class ConfigurationServiceResourceRequests extends Object
Resource request payload of Application Configuration Service.
  • Constructor Details

    • ConfigurationServiceResourceRequests

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

    • cpu

      public String cpu()
      Get the cpu property: Cpu allocated to each Application Configuration Service instance.
      Returns:
      the cpu value.
    • memory

      public String memory()
      Get the memory property: Memory allocated to each Application Configuration Service instance.
      Returns:
      the memory value.
    • instanceCount

      public Integer instanceCount()
      Get the instanceCount property: Instance count of the Application Configuration Service.
      Returns:
      the instanceCount value.
    • validate

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