public interface FeatureClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
FeaturesClient |
getFeatures()
Gets the FeaturesClient object to access its operations.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
String |
getSubscriptionId()
Gets The ID of the target subscription.
|
com.azure.core.http.rest.PagedIterable<OperationInner> |
listOperations()
Lists all of the available Microsoft.Features REST API operations.
|
com.azure.core.http.rest.PagedIterable<OperationInner> |
listOperations(com.azure.core.util.Context context)
Lists all of the available Microsoft.Features REST API operations.
|
com.azure.core.http.rest.PagedFlux<OperationInner> |
listOperationsAsync()
Lists all of the available Microsoft.Features REST API operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
FeaturesClient getFeatures()
com.azure.core.http.rest.PagedFlux<OperationInner> listOperationsAsync()
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.com.azure.core.http.rest.PagedIterable<OperationInner> listOperations()
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.com.azure.core.http.rest.PagedIterable<OperationInner> listOperations(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.Copyright © 2021 Microsoft Corporation. All rights reserved.