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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา