Dela via


IAccountSasParameters.SharedAccessExpiryTime Property

Definition

The time at which the shared access signature becomes invalid.

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

Property Value

Attributes

Applies to