Freigeben über


IDatabaseUpdate.PersistenceRdbFrequency Property

Definition

Sets the frequency at which a snapshot of the database is created.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Sets the frequency at which a snapshot of the database is created.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency) }, ReadOnly=false, Required=false, SerializedName="rdbFrequency")]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency? PersistenceRdbFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Sets the frequency at which a snapshot of the database is created.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency) }, ReadOnly=false, Required=false, SerializedName="rdbFrequency")>]
member this.PersistenceRdbFrequency : Nullable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency> with get, set
Public Property PersistenceRdbFrequency As Nullable(Of RdbFrequency)

Property Value

Attributes

Applies to