Uses of Interface
com.azure.resourcemanager.apimanagement.models.DocumentationContract
Packages that use DocumentationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of DocumentationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DocumentationContractModifier and TypeMethodDescriptionDocumentationContract.Update.apply()Executes the update request.DocumentationContract.Update.apply(com.azure.core.util.Context context) Executes the update request.DocumentationContract.DefinitionStages.WithCreate.create()Executes the create request.DocumentationContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the Documentation specified by its identifier.Gets the details of the Documentation specified by its identifier.DocumentationContract.refresh()Refreshes the resource to sync with Azure.DocumentationContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type DocumentationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DocumentationContract> Documentations.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the Documentation specified by its identifier.com.azure.core.http.rest.Response<DocumentationContract> Documentations.getWithResponse(String resourceGroupName, String serviceName, String documentationId, com.azure.core.util.Context context) Gets the details of the Documentation specified by its identifier.com.azure.core.http.rest.PagedIterable<DocumentationContract> Documentations.listByService(String resourceGroupName, String serviceName) Lists all Documentations of the API Management service instance.com.azure.core.http.rest.PagedIterable<DocumentationContract> Documentations.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all Documentations of the API Management service instance.