次の方法で共有


IWithDefaultTtl.WithDefaultTtl(Int32) メソッド

定義

既定の有効期間を指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithDefaultTtl (int ttl);
abstract member WithDefaultTtl : int -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithDefaultTtl (ttl As Integer) As IUpdate

パラメーター

ttl
Int32

既定の有効期間。

戻り値

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

適用対象