Freigeben über


ISignedIdentifier.AccessPolicyExpiryTime Property

Definition

Expiry time of the access policy

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Expiry time of the access policy", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expiryTime", Update=true)]
public DateTime? AccessPolicyExpiryTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Expiry time of the access policy", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expiryTime", Update=true)>]
member this.AccessPolicyExpiryTime : Nullable<DateTime> with get, set
Public Property AccessPolicyExpiryTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to