UpdateAzRedisEnterpriseCacheDatabase_UpdateExpanded.AofPersistenceFrequency 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.
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category(new Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Sets the frequency at which data is written to disk.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency) }, ReadOnly=false, Required=false, SerializedName="aofFrequency")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency))]
[System.Management.Automation.Parameter(HelpMessage="Sets the frequency at which data is written to disk.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency AofPersistenceFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category(new Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Sets the frequency at which data is written to disk.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency) }, ReadOnly=false, Required=false, SerializedName="aofFrequency")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency))>]
[<System.Management.Automation.Parameter(HelpMessage="Sets the frequency at which data is written to disk.", Mandatory=false)>]
member this.AofPersistenceFrequency : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency with get, set
Public Property AofPersistenceFrequency As AofFrequency
Property Value
- Attributes