Share via


IStaticSiteUserInvitationRequestResourceProperties.NumHoursToExpiration Property

Definition

The number of hours the sas token stays valid

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The number of hours the sas token stays valid", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="numHoursToExpiration")]
public int? NumHoursToExpiration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The number of hours the sas token stays valid", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="numHoursToExpiration")>]
member this.NumHoursToExpiration : Nullable<int> with get, set
Public Property NumHoursToExpiration As Nullable(Of Integer)

Property Value

Attributes

Applies to