你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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