IStaticSiteUserInvitationRequestResourceProperties.NumHoursToExpiration Property

Definition

The number of hours the sas token stays valid

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

Property Value

Attributes

Applies to