Uses of Interface
com.azure.resourcemanager.apimanagement.models.WikiContract
Packages that use WikiContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of WikiContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return WikiContractModifier and TypeMethodDescriptionApiWikis.createOrUpdate(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters) Creates a new Wiki for an API or updates an existing one.ProductWikis.createOrUpdate(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters) Creates a new Wiki for a Product or updates an existing one.Gets the details of the Wiki for an API specified by its identifier.Gets the details of the Wiki for a Product specified by its identifier.ApiWikis.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.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type WikiContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WikiContract> ApiWikis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Wiki for an API or updates an existing one.com.azure.core.http.rest.Response<WikiContract> ProductWikis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Wiki for a Product or updates an existing one.com.azure.core.http.rest.Response<WikiContract> ApiWikis.getWithResponse(String resourceGroupName, String serviceName, String apiId, com.azure.core.util.Context context) Gets the details of the Wiki for an API specified by its identifier.com.azure.core.http.rest.Response<WikiContract> ProductWikis.getWithResponse(String resourceGroupName, String serviceName, String productId, com.azure.core.util.Context context) Gets the details of the Wiki for a Product specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContract> Gets the wikis for an API specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContract> ApiWikisOperations.list(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the wikis for an API specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContract> Gets the details of the Wiki for a Product specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContract> ProductWikisOperations.list(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets 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.