IAccountSasParameters.SharedAccessExpiryTime Property

Definition

The time at which the shared access signature becomes invalid.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The time at which the shared access signature becomes invalid.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="signedExpiry")]
public DateTime SharedAccessExpiryTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The time at which the shared access signature becomes invalid.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="signedExpiry")>]
member this.SharedAccessExpiryTime : DateTime with get, set
Public Property SharedAccessExpiryTime As DateTime

Property Value

Attributes

Applies to