Azure.Storage.GeoRedundantReadPolicy
This policy is used if the SecondaryUri property is passed in on the clientOptions. It allows for storage
accounts configured with RA-GRS to retry GET or HEAD requests against the secondary storage Uri.
namespace Azure.Storage
{
internal class GeoRedundantReadPolicy
{
public GeoRedundantReadPolicy(Uri secondaryStorageUri);
}
}