Interface CacheContract.Update
- All Superinterfaces:
CacheContract.UpdateStages.WithConnectionString,CacheContract.UpdateStages.WithDescription,CacheContract.UpdateStages.WithIfMatch,CacheContract.UpdateStages.WithResourceId,CacheContract.UpdateStages.WithUseFromLocation
- Enclosing interface:
CacheContract
public static interface CacheContract.Update
extends CacheContract.UpdateStages.WithDescription, CacheContract.UpdateStages.WithConnectionString, CacheContract.UpdateStages.WithUseFromLocation, CacheContract.UpdateStages.WithResourceId, CacheContract.UpdateStages.WithIfMatch
The template for CacheContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.CacheContract.UpdateStages.WithConnectionString
withConnectionStringMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CacheContract.UpdateStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CacheContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CacheContract.UpdateStages.WithResourceId
withResourceIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CacheContract.UpdateStages.WithUseFromLocation
withUseFromLocation
-
Method Details
-
apply
CacheContract apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-