INamespace.TopicSpaceConfigurationMaximumSessionExpiryInHour Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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