Interface IssuesClient
public interface IssuesClient
An instance of this class provides access to all the operations defined in IssuesClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets API Management issue details.getWithResponse(String resourceGroupName, String serviceName, String issueId, com.azure.core.util.Context context) Gets API Management issue details.com.azure.core.http.rest.PagedIterable<IssueContractInner> listByService(String resourceGroupName, String serviceName) Lists a collection of issues in the specified service instance.com.azure.core.http.rest.PagedIterable<IssueContractInner> listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of issues in the specified service instance.
-
Method Details
-
listByService
com.azure.core.http.rest.PagedIterable<IssueContractInner> listByService(String resourceGroupName, String serviceName) Lists a collection of issues in the specified service instance.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.- Returns:
- paged Issue list representation 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.
-
listByService
com.azure.core.http.rest.PagedIterable<IssueContractInner> listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of issues in the specified service instance.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.filter- | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| title | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| authorName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br>.top- Number of records to return.skip- Number of records to skip.context- The context to associate with this operation.- Returns:
- paged Issue list representation 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.
-
getWithResponse
IssuesGetResponse getWithResponse(String resourceGroupName, String serviceName, String issueId, com.azure.core.util.Context context) Gets API Management issue details.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.issueId- Issue identifier. Must be unique in the current API Management service instance.context- The context to associate with this operation.- Returns:
- aPI Management issue details.
- 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.
-
get
Gets API Management issue details.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.issueId- Issue identifier. Must be unique in the current API Management service instance.- Returns:
- aPI Management issue details.
- 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.
-