Interface QuotaRequestDetails


  • public interface QuotaRequestDetails
    An immutable client-side representation of QuotaRequestDetails.
    • Method Detail

      • id

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

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

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

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

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

        ServiceErrorDetail error()
        Gets the error property: Error details of the quota request.
        Returns:
        the error value.
      • requestSubmitTime

        OffsetDateTime requestSubmitTime()
        Gets 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

        List<SubRequest> value()
        Gets the value property: Quota request details.
        Returns:
        the value value.
      • innerModel

        QuotaRequestDetailsInner innerModel()
        Gets the inner com.azure.resourcemanager.quota.fluent.models.QuotaRequestDetailsInner object.
        Returns:
        the inner object.