Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueCommentContract
Packages that use IssueCommentContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueCommentContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueCommentContractModifier and TypeMethodDescriptionIssueCommentContract.Update.apply()Executes the update request.IssueCommentContract.Update.apply(com.azure.core.util.Context context) Executes the update request.IssueCommentContract.DefinitionStages.WithCreate.create()Executes the create request.IssueCommentContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ApiIssueComments.get(String resourceGroupName, String serviceName, String apiId, String issueId, String commentId) Gets the details of the issue Comment for an API specified by its identifier.Gets the details of the issue Comment for an API specified by its identifier.IssueCommentContract.refresh()Refreshes the resource to sync with Azure.IssueCommentContract.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 IssueCommentContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IssueCommentContract> ApiIssueComments.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the issue Comment for an API specified by its identifier.com.azure.core.http.rest.Response<IssueCommentContract> ApiIssueComments.getWithResponse(String resourceGroupName, String serviceName, String apiId, String issueId, String commentId, com.azure.core.util.Context context) Gets the details of the issue Comment for an API specified by its identifier.com.azure.core.http.rest.PagedIterable<IssueCommentContract> ApiIssueComments.listByService(String resourceGroupName, String serviceName, String apiId, String issueId) Lists all comments for the Issue associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueCommentContract> ApiIssueComments.listByService(String resourceGroupName, String serviceName, String apiId, String issueId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all comments for the Issue associated with the specified API.