QueueClientOptions.GeoRedundantSecondaryUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the secondary storage Uri that can be read from for the storage account if the account is enabled for RA-GRS.
If this property is set, the secondary Uri will be used for GET or HEAD requests during retries. If the status of the response from the secondary Uri is a 404, then subsequent retries for the request will not use the secondary Uri again, as this indicates that the resource may not have propagated there yet. Otherwise, subsequent retries will alternate back and forth between primary and secondary Uri.
public Uri GeoRedundantSecondaryUri { get; set; }
member this.GeoRedundantSecondaryUri : Uri with get, set
Public Property GeoRedundantSecondaryUri As Uri
Property Value
Applies to
Azure SDK for .NET