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

Queue.UpdateStages.WithDeleteOnIdle Interface

public static interface Queue.UpdateStages.WithDeleteOnIdle

The stage of the queue definition allowing to define auto delete behaviour.

Method Summary

Modifier and Type Method and Description
abstract Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)

The idle interval after which the queue is automatically deleted.

Method Details

withDeleteOnIdleDurationInMinutes

public abstract Queue.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)

The idle interval after which the queue is automatically deleted.

Parameters:

durationInMinutes - idle duration in minutes

Returns:

the next stage of queue update

Applies to