ServiceBusSubscription.UpdateStages.WithDeleteOnIdle Interface

public static interface ServiceBusSubscription.UpdateStages.WithDeleteOnIdle

The stage of the subscription 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 subscription is automatically deleted.

Method Details

withDeleteOnIdleDurationInMinutes

public abstract ServiceBusSubscription.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)

The idle interval after which the subscription is automatically deleted.

Parameters:

durationInMinutes - idle duration in minutes

Returns:

the next stage of subscription update

Applies to