AddAzureKeyVaultManagedStorageAccount.RegenerationPeriod Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Regeneration period. If auto regenerate key is enabled, this value specifies the timespan after which managed storage account's inactive keygets auto regenerated and becomes the new active key.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
public TimeSpan? RegenerationPeriod { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Regeneration period. If auto regenerate key is enabled, this value specifies the timespan after which managed storage account's inactive keygets auto regenerated and becomes the new active key.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.RegenerationPeriod : Nullable<TimeSpan> with get, set
Public Property RegenerationPeriod As Nullable(Of TimeSpan)

Property Value

Nullable<TimeSpan>
Attributes

Applies to