RegionalDatabaseOptions.FailoverRegions 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 a list of preferred regions used for SDK to define failover order for regional database.
public:
property System::Collections::Generic::IList<System::String ^> ^ FailoverRegions { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> FailoverRegions { get; set; }
member this.FailoverRegions : System.Collections.Generic.IList<string> with get, set
Public Property FailoverRegions As IList(Of String)
Property Value
The default value is an empty Dictionary<TKey,TValue>.