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

INamespaceProperties.TopicSpaceConfigurationMaximumSessionExpiryInHour Property

Definition

The maximum session expiry in hours. The property default value is 1 hour. Min allowed value is 1 hour and max allowed value is 8 hours.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The maximum session expiry in hours. The property default value is 1 hour.\r\n        Min allowed value is 1 hour and max allowed value is 8 hours.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximumSessionExpiryInHours", Update=true)]
public int? TopicSpaceConfigurationMaximumSessionExpiryInHour { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The maximum session expiry in hours. The property default value is 1 hour.\r\n        Min allowed value is 1 hour and max allowed value is 8 hours.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximumSessionExpiryInHours", Update=true)>]
member this.TopicSpaceConfigurationMaximumSessionExpiryInHour : Nullable<int> with get, set
Public Property TopicSpaceConfigurationMaximumSessionExpiryInHour As Nullable(Of Integer)

Property Value

Attributes

Applies to