DatabaseOptions.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 global 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 empty List<T>.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.