Class BuildServiceProperties

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

public final class BuildServiceProperties extends Object
Build service resource properties payload.
  • Constructor Details

    • BuildServiceProperties

      public BuildServiceProperties()
  • Method Details

    • kPackVersion

      public String kPackVersion()
      Get the kPackVersion property: The installed KPack version in this build service.
      Returns:
      the kPackVersion value.
    • withKPackVersion

      public BuildServiceProperties withKPackVersion(String kPackVersion)
      Set the kPackVersion property: The installed KPack version in this build service.
      Parameters:
      kPackVersion - the kPackVersion value to set.
      Returns:
      the BuildServiceProperties object itself.
    • provisioningState

      public BuildServiceProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the KPack build result.
      Returns:
      the provisioningState value.
    • resourceRequests

      public BuildServicePropertiesResourceRequests resourceRequests()
      Get the resourceRequests property: The runtime resource configuration of this build service.
      Returns:
      the resourceRequests value.
    • withResourceRequests

      public BuildServiceProperties withResourceRequests(BuildServicePropertiesResourceRequests resourceRequests)
      Set the resourceRequests property: The runtime resource configuration of this build service.
      Parameters:
      resourceRequests - the resourceRequests value to set.
      Returns:
      the BuildServiceProperties object itself.
    • validate

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