次の方法で共有


IWithMultipleLocations.WithMultipleWriteLocationsEnabled(Boolean) メソッド

定義

この cosmos db アカウントに対して複数の書き込み場所を有効にするかどうかを指定します。

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

パラメーター

enabled
Boolean

複数の書き込み場所が有効かどうか。

戻り値

次のステージ。

適用対象