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