Interface ApiWikisOperationsClient
public interface ApiWikisOperationsClient
An instance of this class provides access to all the operations defined in ApiWikisOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WikiContractInner> Gets the wikis for an API specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContractInner> list(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the wikis for an API specified by its identifier.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<WikiContractInner> list(String resourceGroupName, String serviceName, String apiId) Gets the wikis for an API specified by its identifier.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.apiId- API identifier. Must be unique in the current API Management service instance.- Returns:
- the wikis for an API specified by its identifier as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<WikiContractInner> list(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the wikis for an API specified by its identifier.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.apiId- API identifier. Must be unique in the current API Management service instance.filter- | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | eq | contains |</br>.top- Number of records to return.skip- Number of records to skip.context- The context to associate with this operation.- Returns:
- the wikis for an API specified by its identifier as paginated response with
PagedIterable. - Throws:
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.
-