Class BuildServiceAgentPoolProperties

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

public final class BuildServiceAgentPoolProperties extends Object
Build service agent pool properties.
  • Constructor Details

    • BuildServiceAgentPoolProperties

      public BuildServiceAgentPoolProperties()
  • Method Details

    • provisioningState

      public String provisioningState()
      Get the provisioningState property: Provisioning state of the build service agent pool.
      Returns:
      the provisioningState value.
    • poolSize

      Get the poolSize property: build service agent pool size properties.
      Returns:
      the poolSize value.
    • withPoolSize

      Set the poolSize property: build service agent pool size properties.
      Parameters:
      poolSize - the poolSize value to set.
      Returns:
      the BuildServiceAgentPoolProperties object itself.
    • validate

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