VulnerabilityAssessmentSettingsModel.RecurringScansInterval Property

Definition

Gets or sets the recurring scans interval.

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Recurring Scans Interval", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval RecurringScansInterval { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Recurring Scans Interval", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.RecurringScansInterval : Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval
Public ReadOnly Property RecurringScansInterval As RecurringScansInterval

Property Value

Attributes

Remarks

Enabling scan your database for vulnerabilities on a weekly basis will result in a scan each 7 days. The first scan will be performed immediately. Subsequent scans will be performed every Sunday at approximately 12:00 AM UTC

Applies to