Uses of Class
com.azure.resourcemanager.apimanagement.models.WikiUpdateContract
Packages that use WikiUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of WikiUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type WikiUpdateContractModifier and TypeMethodDescriptionApiWikisClient.update(String resourceGroupName, String serviceName, String apiId, String ifMatch, WikiUpdateContract parameters) Updates the details of the Wiki for an API specified by its identifier.ProductWikisClient.update(String resourceGroupName, String serviceName, String productId, String ifMatch, WikiUpdateContract parameters) Updates the details of the Wiki for a Product specified by its identifier.ApiWikisClient.updateWithResponse(String resourceGroupName, String serviceName, String apiId, String ifMatch, WikiUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Wiki for an API specified by its identifier.ProductWikisClient.updateWithResponse(String resourceGroupName, String serviceName, String productId, String ifMatch, WikiUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Wiki for a Product specified by its identifier. -
Uses of WikiUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return WikiUpdateContractModifier and TypeMethodDescriptionstatic WikiUpdateContractWikiUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WikiUpdateContract from the JsonReader.WikiUpdateContract.withDocuments(List<WikiDocumentationContract> documents) Set the documents property: Collection wiki documents included into this wiki.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type WikiUpdateContractModifier and TypeMethodDescriptionApiWikis.update(String resourceGroupName, String serviceName, String apiId, String ifMatch, WikiUpdateContract parameters) Updates the details of the Wiki for an API specified by its identifier.ProductWikis.update(String resourceGroupName, String serviceName, String productId, String ifMatch, WikiUpdateContract parameters) Updates the details of the Wiki for a Product specified by its identifier.com.azure.core.http.rest.Response<WikiContract> ApiWikis.updateWithResponse(String resourceGroupName, String serviceName, String apiId, String ifMatch, WikiUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Wiki for an API specified by its identifier.com.azure.core.http.rest.Response<WikiContract> ProductWikis.updateWithResponse(String resourceGroupName, String serviceName, String productId, String ifMatch, WikiUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Wiki for a Product specified by its identifier.