共用方式為


IPersistence.RdbFrequency 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? RdbFrequency { 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.RdbFrequency : Nullable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency> with get, set
Public Property RdbFrequency As Nullable(Of RdbFrequency)

Property Value

Attributes

Applies to