Uses of Class
com.azure.resourcemanager.sql.models.VulnerabilityAssessmentRecurringScansProperties
Packages that use VulnerabilityAssessmentRecurringScansProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of VulnerabilityAssessmentRecurringScansProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return VulnerabilityAssessmentRecurringScansPropertiesModifier and TypeMethodDescriptionDatabaseVulnerabilityAssessmentInner.recurringScans()Get the recurringScans property: The recurring scans settings.DatabaseVulnerabilityAssessmentProperties.recurringScans()Get the recurringScans property: The recurring scans settings.ManagedInstanceVulnerabilityAssessmentInner.recurringScans()Get the recurringScans property: The recurring scans settings.ManagedInstanceVulnerabilityAssessmentProperties.recurringScans()Get the recurringScans property: The recurring scans settings.ServerVulnerabilityAssessmentInner.recurringScans()Get the recurringScans property: The recurring scans settings.ServerVulnerabilityAssessmentProperties.recurringScans()Get the recurringScans property: The recurring scans settings.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type VulnerabilityAssessmentRecurringScansPropertiesModifier and TypeMethodDescriptionDatabaseVulnerabilityAssessmentInner.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.DatabaseVulnerabilityAssessmentProperties.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.ManagedInstanceVulnerabilityAssessmentInner.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.ManagedInstanceVulnerabilityAssessmentProperties.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.ServerVulnerabilityAssessmentInner.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.ServerVulnerabilityAssessmentProperties.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings. -
Uses of VulnerabilityAssessmentRecurringScansProperties in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return VulnerabilityAssessmentRecurringScansPropertiesModifier and TypeMethodDescriptionVulnerabilityAssessmentRecurringScansProperties.withEmails(List<String> emails) Set the emails property: Specifies an array of e-mail addresses to which the scan notification is sent.VulnerabilityAssessmentRecurringScansProperties.withEmailSubscriptionAdmins(Boolean emailSubscriptionAdmins) Set the emailSubscriptionAdmins property: Specifies that the schedule scan notification will be is sent to the subscription administrators.VulnerabilityAssessmentRecurringScansProperties.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Recurring scans state.