Share via


UpdateAzureSqlVulnerabilityAssessmentSettingsBase.RecurringScansInterval Property

Definition

Gets or sets the recurring scans interval.

[System.Management.Automation.Parameter(HelpMessage="The recurring scans interval.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval RecurringScansInterval { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The recurring scans interval.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.RecurringScansInterval : Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval with get, set
Public 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