ProvidersAsyncClient Class
- java.
lang. Object - com.
azure. quantum. jobs. ProvidersAsyncClient
- com.
public final class ProvidersAsyncClient
Initializes a new instance of the asynchronous QuantumClient type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Paged |
getStatus()
Get provider status. |
|
reactor.core.publisher.Mono<Paged |
getStatusNextSinglePage(String nextLink)
Get the next page of items. |
|
reactor.core.publisher.Mono<Paged |
getStatusSinglePage()
Get provider status. |
Methods inherited from java.lang.Object
Method Details
getStatus
public PagedFlux<ProviderStatus> getStatus()
Get provider status.
Returns:
getStatusNextSinglePage
public Mono<PagedResponse<ProviderStatus>> getStatusNextSinglePage(String nextLink)
Get the next page of items.
Parameters:
Returns:
getStatusSinglePage
public Mono<PagedResponse<ProviderStatus>> getStatusSinglePage()
Get provider status.
Returns: