public final class OperationsClient extends Object
| Constructor and Description |
|---|
OperationsClient(KeyVaultManagementClient client)
Initializes an instance of OperationsClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<OperationInner> |
list()
Lists all of the available Key Vault Rest API operations.
|
com.azure.core.http.rest.PagedIterable<OperationInner> |
list(com.azure.core.util.Context context)
Lists all of the available Key Vault Rest API operations.
|
com.azure.core.http.rest.PagedFlux<OperationInner> |
listAsync()
Lists all of the available Key Vault Rest API operations.
|
com.azure.core.http.rest.PagedFlux<OperationInner> |
listAsync(com.azure.core.util.Context context)
Lists all of the available Key Vault Rest API operations.
|
Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> |
listNextSinglePageAsync(String nextLink)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> |
listNextSinglePageAsync(String nextLink,
com.azure.core.util.Context context)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> |
listSinglePageAsync()
Lists all of the available Key Vault Rest API operations.
|
Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> |
listSinglePageAsync(com.azure.core.util.Context context)
Lists all of the available Key Vault Rest API operations.
|
public OperationsClient(KeyVaultManagementClient client)
client - the instance of the service client containing this operation class.public Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> listSinglePageAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> listSinglePageAsync(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public com.azure.core.http.rest.PagedFlux<OperationInner> listAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public com.azure.core.http.rest.PagedFlux<OperationInner> listAsync(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public com.azure.core.http.rest.PagedIterable<OperationInner> list()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public com.azure.core.http.rest.PagedIterable<OperationInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> listNextSinglePageAsync(String nextLink)
nextLink - The nextLink parameter.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.public Mono<com.azure.core.http.rest.PagedResponse<OperationInner>> listNextSinglePageAsync(String nextLink, com.azure.core.util.Context context)
nextLink - The nextLink parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.