Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueAttachmentContract.Update
Packages that use IssueAttachmentContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueAttachmentContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueAttachmentContract.UpdateModifier and TypeMethodDescriptionIssueAttachmentContract.update()Begins update for the IssueAttachmentContract resource.IssueAttachmentContract.UpdateStages.WithContent.withContent(String content) Specifies the content property: An HTTP link or Base64-encoded binary data..IssueAttachmentContract.UpdateStages.WithContentFormat.withContentFormat(String contentFormat) Specifies the contentFormat property: Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property..IssueAttachmentContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the title property: Filename by which the binary data will be saved..