QuotasAsyncClient Class
- java.
lang. Object - com.
azure. quantum. jobs. QuotasAsyncClient
- com.
public final class QuotasAsyncClient
Initializes a new instance of the asynchronous QuantumClient type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Paged |
list()
List quotas for the given workspace. |
|
reactor.core.publisher.Mono<Paged |
listNextSinglePage(String nextLink)
Get the next page of items. |
|
reactor.core.publisher.Mono<Paged |
listSinglePage()
List quotas for the given workspace. |
Methods inherited from java.lang.Object
Method Details
list
public PagedFlux<Quota> list()
List quotas for the given workspace.
Returns:
listNextSinglePage
public Mono<PagedResponse<Quota>> listNextSinglePage(String nextLink)
Get the next page of items.
Parameters:
Returns:
listSinglePage
public Mono<PagedResponse<Quota>> listSinglePage()
List quotas for the given workspace.
Returns: