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 Details

    • withUseFromLocation

      CacheContract.DefinitionStages.WithCreate withUseFromLocation(String useFromLocation)
      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.