次の方法で共有


IWithDeleteOnIdle.WithDeleteOnIdleDurationInMinutes(Int32) メソッド

定義

キューが自動的に削除されるアイドル間隔。

public Microsoft.Azure.Management.ServiceBus.Fluent.Queue.Update.IUpdate WithDeleteOnIdleDurationInMinutes (int durationInMinutes);
abstract member WithDeleteOnIdleDurationInMinutes : int -> Microsoft.Azure.Management.ServiceBus.Fluent.Queue.Update.IUpdate
Public Function WithDeleteOnIdleDurationInMinutes (durationInMinutes As Integer) As IUpdate

パラメーター

durationInMinutes
Int32

アイドル時間 (分単位)。

戻り値

適用対象