QuotasAsyncClient Class

  • java.lang.Object
    • com.azure.quantum.jobs.QuotasAsyncClient

public final class QuotasAsyncClient

Initializes a new instance of the asynchronous QuantumClient type.

Method Summary

Modifier and Type Method and Description
PagedFlux<Quota> list()

List quotas for the given workspace.

reactor.core.publisher.Mono<PagedResponse<Quota>> listNextSinglePage(String nextLink)

Get the next page of items.

reactor.core.publisher.Mono<PagedResponse<Quota>> 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:

list of quotas.

listNextSinglePage

public Mono<PagedResponse<Quota>> listNextSinglePage(String nextLink)

Get the next page of items.

Parameters:

nextLink - The nextLink parameter.

Returns:

list of quotas.

listSinglePage

public Mono<PagedResponse<Quota>> listSinglePage()

List quotas for the given workspace.

Returns:

list of quotas.

Applies to