Share via


IStorageAccountPropertiesCreateParameters.KeyPolicyKeyExpirationPeriodInDay Property

Definition

The key expiration period in days.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The key expiration period in days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyExpirationPeriodInDays", Update=true)]
public int? KeyPolicyKeyExpirationPeriodInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The key expiration period in days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyExpirationPeriodInDays", Update=true)>]
member this.KeyPolicyKeyExpirationPeriodInDay : Nullable<int> with get, set
Public Property KeyPolicyKeyExpirationPeriodInDay As Nullable(Of Integer)

Property Value

Attributes

Applies to