Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueContract
Packages that use IssueContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueContractModifier and TypeMethodDescriptionIssueContract.Update.apply()Executes the update request.IssueContract.Update.apply(com.azure.core.util.Context context) Executes the update request.IssueContract.DefinitionStages.WithCreate.create()Executes the create request.IssueContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the Issue for an API specified by its identifier.Gets API Management issue details.Gets the details of the Issue for an API specified by its identifier.IssueContract.refresh()Refreshes the resource to sync with Azure.IssueContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IssueContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IssueContract> ApiIssues.getByIdWithResponse(String id, Boolean expandCommentsAttachments, com.azure.core.util.Context context) Gets the details of the Issue for an API specified by its identifier.com.azure.core.http.rest.Response<IssueContract> ApiIssues.getWithResponse(String resourceGroupName, String serviceName, String apiId, String issueId, Boolean expandCommentsAttachments, com.azure.core.util.Context context) Gets the details of the Issue for an API specified by its identifier.com.azure.core.http.rest.Response<IssueContract> Issues.getWithResponse(String resourceGroupName, String serviceName, String issueId, com.azure.core.util.Context context) Gets API Management issue details.com.azure.core.http.rest.PagedIterable<IssueContract> ApiIssues.listByService(String resourceGroupName, String serviceName, String apiId) Lists all issues associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueContract> ApiIssues.listByService(String resourceGroupName, String serviceName, String apiId, String filter, Boolean expandCommentsAttachments, Integer top, Integer skip, com.azure.core.util.Context context) Lists all issues associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueContract> Issues.listByService(String resourceGroupName, String serviceName) Lists a collection of issues in the specified service instance.com.azure.core.http.rest.PagedIterable<IssueContract> Issues.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.