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 Detail

      • withUseFromLocation

        CacheContract.Update 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.