IAutoBackupSettings.LogBackupFrequency Property

Definition

Frequency of log backups. 5-60 minutes.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Frequency of log backups. 5-60 minutes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="logBackupFrequency", Update=true)]
public int? LogBackupFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Frequency of log backups. 5-60 minutes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="logBackupFrequency", Update=true)>]
member this.LogBackupFrequency : Nullable<int> with get, set
Public Property LogBackupFrequency As Nullable(Of Integer)

Property Value

Attributes

Applies to