편집

다음을 통해 공유


RegionalDatabaseOptions.FailoverRegions Property

Definition

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>.

Applies to