你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NewOrUpdateAzCosmosDBAccount.PopoulateConsistencyPolicy Method

Definition

public Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy PopoulateConsistencyPolicy (string DefaultConsistencyLevel, int? MaxStalenessIntervalInSeconds, int? MaxStalenessPrefix);
member this.PopoulateConsistencyPolicy : string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy
Public Function PopoulateConsistencyPolicy (DefaultConsistencyLevel As String, MaxStalenessIntervalInSeconds As Nullable(Of Integer), MaxStalenessPrefix As Nullable(Of Integer)) As ConsistencyPolicy

Parameters

DefaultConsistencyLevel
String
MaxStalenessIntervalInSeconds
Nullable<Int32>
MaxStalenessPrefix
Nullable<Int32>

Returns

Applies to