Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueCommentContract.Update
Packages that use IssueCommentContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueCommentContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueCommentContract.UpdateModifier and TypeMethodDescriptionIssueCommentContract.update()Begins update for the IssueCommentContract resource.IssueCommentContract.UpdateStages.WithCreatedDate.withCreatedDate(OffsetDateTime createdDate) Specifies the createdDate property: Date and time when the comment was created..IssueCommentContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the text property: Comment text..IssueCommentContract.UpdateStages.WithUserId.withUserId(String userId) Specifies the userId property: A resource identifier for the user who left the comment..