Interface DocumentationContract.Update
- All Superinterfaces:
DocumentationContract.UpdateStages.WithContent,DocumentationContract.UpdateStages.WithIfMatch,DocumentationContract.UpdateStages.WithTitle
- Enclosing interface:
DocumentationContract
public static interface DocumentationContract.Update
extends DocumentationContract.UpdateStages.WithTitle, DocumentationContract.UpdateStages.WithContent, DocumentationContract.UpdateStages.WithIfMatch
The template for DocumentationContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.DocumentationContract.UpdateStages.WithContent
withContentMethods inherited from interface com.azure.resourcemanager.apimanagement.models.DocumentationContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.DocumentationContract.UpdateStages.WithTitle
withTitle
-
Method Details
-
apply
DocumentationContract 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.
-