IWithAutomaticFailover.WithAutomaticFailoverEnabled(Boolean) メソッド

定義

この cosmos db アカウントに対して自動フェールオーバーを有効にするかどうかを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithAutomaticFailoverEnabled (bool enabled);
abstract member WithAutomaticFailoverEnabled : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithAutomaticFailoverEnabled (enabled As Boolean) As IWithOptionals

パラメーター

enabled
Boolean

自動フェールオーバーが有効かどうか。

戻り値

更新プログラムの次のステージ。

適用対象