Interface ProductWikisOperationsClient
public interface ProductWikisOperationsClient
An instance of this class provides access to all the operations defined in ProductWikisOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WikiContractInner> Gets the details of the Wiki for a Product specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContractInner> list(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the details of the Wiki for a Product specified by its identifier.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<WikiContractInner> list(String resourceGroupName, String serviceName, String productId) Gets the details of the Wiki for a Product 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.productId- Product identifier. Must be unique in the current API Management service instance.- Returns:
- the details of the Wiki for a Product 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 productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the details of the Wiki for a Product 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.productId- Product 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 details of the Wiki for a Product 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.
-