Uses of Interface
com.azure.resourcemanager.apimanagement.models.CacheContract
Packages that use CacheContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of CacheContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CacheContractModifier and TypeMethodDescriptionCacheContract.Update.apply()Executes the update request.CacheContract.Update.apply(com.azure.core.util.Context context) Executes the update request.CacheContract.DefinitionStages.WithCreate.create()Executes the create request.CacheContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the Cache specified by its identifier.Gets the details of the Cache specified by its identifier.CacheContract.refresh()Refreshes the resource to sync with Azure.CacheContract.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 CacheContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CacheContract> Caches.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the Cache specified by its identifier.com.azure.core.http.rest.Response<CacheContract> Caches.getWithResponse(String resourceGroupName, String serviceName, String cacheId, com.azure.core.util.Context context) Gets the details of the Cache specified by its identifier.com.azure.core.http.rest.PagedIterable<CacheContract> Caches.listByService(String resourceGroupName, String serviceName) Lists a collection of all external Caches in the specified service instance.com.azure.core.http.rest.PagedIterable<CacheContract> Caches.listByService(String resourceGroupName, String serviceName, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of all external Caches in the specified service instance.