Partager via


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