SqlVulnerabilityAssessmentScanTriggerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scan trigger type.
public readonly struct SqlVulnerabilityAssessmentScanTriggerType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SqlVulnerabilityAssessmentScanTriggerType>
type SqlVulnerabilityAssessmentScanTriggerType = struct
Public Structure SqlVulnerabilityAssessmentScanTriggerType
Implements IEquatable(Of SqlVulnerabilityAssessmentScanTriggerType)
- Inheritance
-
SqlVulnerabilityAssessmentScanTriggerType
- Implements
Constructors
SqlVulnerabilityAssessmentScanTriggerType(String) |
Initializes a new instance of SqlVulnerabilityAssessmentScanTriggerType. |
Properties
OnDemand |
OnDemand. |
Recurring |
Recurring. |
Methods
Equals(SqlVulnerabilityAssessmentScanTriggerType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SqlVulnerabilityAssessmentScanTriggerType, SqlVulnerabilityAssessmentScanTriggerType) |
Determines if two SqlVulnerabilityAssessmentScanTriggerType values are the same. |
Implicit(String to SqlVulnerabilityAssessmentScanTriggerType) |
Converts a string to a SqlVulnerabilityAssessmentScanTriggerType. |
Inequality(SqlVulnerabilityAssessmentScanTriggerType, SqlVulnerabilityAssessmentScanTriggerType) |
Determines if two SqlVulnerabilityAssessmentScanTriggerType values are not the same. |
Applies to
Azure SDK for .NET