Udostępnij za pośrednictwem


IServiceSasParameters.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=false, 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=false, SerializedName="signedExpiry")>]
member this.SharedAccessExpiryTime : Nullable<DateTime> with get, set
Public Property SharedAccessExpiryTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to