AddAzureKeyVaultManagedStorageAccount.RegenerationPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes