Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueAttachmentContract.DefinitionStages.WithCreate
Packages that use IssueAttachmentContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueAttachmentContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of IssueAttachmentContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the IssueAttachmentContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return IssueAttachmentContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionIssueAttachmentContract.DefinitionStages.WithContent.withContent(String content) Specifies the content property: An HTTP link or Base64-encoded binary data..IssueAttachmentContract.DefinitionStages.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.DefinitionStages.WithParentResource.withExistingIssue(String resourceGroupName, String serviceName, String apiId, String issueId) Specifies resourceGroupName, serviceName, apiId, issueId.IssueAttachmentContract.DefinitionStages.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..