Class QuotaRequestDetailsInner


  • public final class QuotaRequestDetailsInner
    extends Object
    List of quota requests with details.
    • Constructor Detail

      • QuotaRequestDetailsInner

        public QuotaRequestDetailsInner()
    • Method Detail

      • id

        public String id()
        Get the id property: Quota request ID.
        Returns:
        the id value.
      • name

        public String name()
        Get the name property: Quota request name.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: Resource type. "Microsoft.Quota/quotas".
        Returns:
        the type value.
      • provisioningState

        public QuotaRequestState provisioningState()
        Get the provisioningState property: The quota request status.
        Returns:
        the provisioningState value.
      • message

        public String message()
        Get the message property: User-friendly status message.
        Returns:
        the message value.
      • error

        public ServiceErrorDetail error()
        Get the error property: Error details of the quota request.
        Returns:
        the error value.
      • withError

        public QuotaRequestDetailsInner withError​(ServiceErrorDetail error)
        Set the error property: Error details of the quota request.
        Parameters:
        error - the error value to set.
        Returns:
        the QuotaRequestDetailsInner object itself.
      • requestSubmitTime

        public OffsetDateTime requestSubmitTime()
        Get the requestSubmitTime property: The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ.
        Returns:
        the requestSubmitTime value.
      • value

        public List<SubRequest> value()
        Get the value property: Quota request details.
        Returns:
        the value value.
      • withValue

        public QuotaRequestDetailsInner withValue​(List<SubRequest> value)
        Set the value property: Quota request details.
        Parameters:
        value - the value value to set.
        Returns:
        the QuotaRequestDetailsInner object itself.
      • validate

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