Interface CacheContract.UpdateStages.WithUseFromLocation
- All Known Subinterfaces:
CacheContract.Update
- Enclosing interface:
CacheContract.UpdateStages
public static interface CacheContract.UpdateStages.WithUseFromLocation
The stage of the CacheContract update allowing to specify useFromLocation.
-
Method Summary
Modifier and TypeMethodDescriptionwithUseFromLocation(String useFromLocation) Specifies the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).
-
Method Details
-
withUseFromLocation
Specifies the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).- Parameters:
useFromLocation- Location identifier to use cache from (should be either 'default' or valid Azure region identifier).- Returns:
- the next definition stage.
-