Interface IssueContract.Update
- All Superinterfaces:
IssueContract.UpdateStages.WithApiId,IssueContract.UpdateStages.WithCreatedDate,IssueContract.UpdateStages.WithDescription,IssueContract.UpdateStages.WithIfMatch,IssueContract.UpdateStages.WithState,IssueContract.UpdateStages.WithTitle,IssueContract.UpdateStages.WithUserId
- Enclosing interface:
IssueContract
public static interface IssueContract.Update
extends IssueContract.UpdateStages.WithTitle, IssueContract.UpdateStages.WithDescription, IssueContract.UpdateStages.WithUserId, IssueContract.UpdateStages.WithCreatedDate, IssueContract.UpdateStages.WithState, IssueContract.UpdateStages.WithApiId, IssueContract.UpdateStages.WithIfMatch
The template for IssueContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithApiId
withApiIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithCreatedDate
withCreatedDateMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithState
withStateMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithTitle
withTitleMethods inherited from interface com.azure.resourcemanager.apimanagement.models.IssueContract.UpdateStages.WithUserId
withUserId
-
Method Details
-
apply
IssueContract 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.
-