Uses of Class
com.azure.resourcemanager.apimanagement.models.DocumentationUpdateContract
Packages that use DocumentationUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of DocumentationUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type DocumentationUpdateContractModifier and TypeMethodDescriptionDocumentationsClient.update(String resourceGroupName, String serviceName, String documentationId, String ifMatch, DocumentationUpdateContract parameters) Updates the details of the Documentation for an API specified by its identifier.DocumentationsClient.updateWithResponse(String resourceGroupName, String serviceName, String documentationId, String ifMatch, DocumentationUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Documentation for an API specified by its identifier. -
Uses of DocumentationUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DocumentationUpdateContractModifier and TypeMethodDescriptionstatic DocumentationUpdateContractDocumentationUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentationUpdateContract from the JsonReader.DocumentationUpdateContract.withContent(String content) Set the content property: Markdown documentation content.Set the title property: documentation title.