Share via


ISbSubscription.LockDuration Property

Definition

ISO 8061 lock duration timespan for the subscription. The default value is 1 minute.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="ISO 8061 lock duration timespan for the subscription. The default value is 1 minute.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="lockDuration")]
public TimeSpan? LockDuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="ISO 8061 lock duration timespan for the subscription. The default value is 1 minute.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="lockDuration")>]
member this.LockDuration : Nullable<TimeSpan> with get, set
Public Property LockDuration As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to