Class QuotasClient

java.lang.Object
com.azure.quantum.jobs.QuotasClient

public final class QuotasClient extends Object
Initializes a new instance of the synchronous QuantumClient type.
  • Method Details

    • list

      public PagedIterable<Quota> list()
      List quotas for the given workspace.
      Returns:
      list of quotas.
      Throws:
      RestErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.