次の方法で共有


IWithAutomaticFailover.WithAutomaticFailoverEnabled(Boolean) メソッド

定義

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

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

パラメーター

enabled
Boolean

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

戻り値

定義の次のステージ。

適用対象