Interface IssueCommentContract.Update
- All Superinterfaces:
IssueCommentContract.UpdateStages.WithCreatedDate,IssueCommentContract.UpdateStages.WithIfMatch,IssueCommentContract.UpdateStages.WithText,IssueCommentContract.UpdateStages.WithUserId
- Enclosing interface:
IssueCommentContract
public static interface IssueCommentContract.Update
extends IssueCommentContract.UpdateStages.WithText, IssueCommentContract.UpdateStages.WithCreatedDate, IssueCommentContract.UpdateStages.WithUserId, IssueCommentContract.UpdateStages.WithIfMatch
The template for IssueCommentContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueCommentContract.UpdateStages.WithCreatedDate
withCreatedDateMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueCommentContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueCommentContract.UpdateStages.WithText
withTextMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueCommentContract.UpdateStages.WithUserId
withUserId
-
Method Details
-
apply
IssueCommentContract apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-