Class CheckQuotaAvailabilityResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.loadtestservice.fluent.models.CheckQuotaAvailabilityResponseInner

public final class CheckQuotaAvailabilityResponseInner extends com.azure.core.management.ProxyResource
Check quota availability response object.
  • Constructor Details

    • CheckQuotaAvailabilityResponseInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • isAvailable

      public Boolean isAvailable()
      Get the isAvailable property: True/False indicating whether the quota request be granted based on availability.
      Returns:
      the isAvailable value.
    • withIsAvailable

      public CheckQuotaAvailabilityResponseInner withIsAvailable(Boolean isAvailable)
      Set the isAvailable property: True/False indicating whether the quota request be granted based on availability.
      Parameters:
      isAvailable - the isAvailable value to set.
      Returns:
      the CheckQuotaAvailabilityResponseInner object itself.
    • availabilityStatus

      public String availabilityStatus()
      Get the availabilityStatus property: Message indicating additional details to add to quota support request.
      Returns:
      the availabilityStatus value.
    • withAvailabilityStatus

      public CheckQuotaAvailabilityResponseInner withAvailabilityStatus(String availabilityStatus)
      Set the availabilityStatus property: Message indicating additional details to add to quota support request.
      Parameters:
      availabilityStatus - the availabilityStatus value to set.
      Returns:
      the CheckQuotaAvailabilityResponseInner object itself.
    • validate

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