Interface CacheContract.DefinitionStages.WithUseFromLocation
- All Known Subinterfaces:
CacheContract.Definition,CacheContract.DefinitionStages.WithCreate
- Enclosing interface:
CacheContract.DefinitionStages
public static interface CacheContract.DefinitionStages.WithUseFromLocation
The stage of the CacheContract definition 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.
-