VulnerabilityAssessmentScanRecordInner Constructors
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.
Overloads
VulnerabilityAssessmentScanRecordInner() |
Initializes a new instance of the VulnerabilityAssessmentScanRecordInner class. |
VulnerabilityAssessmentScanRecordInner(String, String, String, String, VulnerabilityAssessmentScanTriggerType, VulnerabilityAssessmentScanState, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>) |
Initializes a new instance of the VulnerabilityAssessmentScanRecordInner class. |
VulnerabilityAssessmentScanRecordInner()
Initializes a new instance of the VulnerabilityAssessmentScanRecordInner class.
public VulnerabilityAssessmentScanRecordInner ();
Public Sub New ()
Applies to
VulnerabilityAssessmentScanRecordInner(String, String, String, String, VulnerabilityAssessmentScanTriggerType, VulnerabilityAssessmentScanState, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>)
Initializes a new instance of the VulnerabilityAssessmentScanRecordInner class.
public VulnerabilityAssessmentScanRecordInner (string id = default, string name = default, string type = default, string scanId = default, Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanTriggerType triggerType = default, Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanState state = default, DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanError> errors = default, string storageContainerPath = default, int? numberOfFailedSecurityChecks = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanRecordInner : string * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanTriggerType * Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanState * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanError> * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentScanRecordInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional scanId As String = Nothing, Optional triggerType As VulnerabilityAssessmentScanTriggerType = Nothing, Optional state As VulnerabilityAssessmentScanState = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional errors As IList(Of VulnerabilityAssessmentScanError) = Nothing, Optional storageContainerPath As String = Nothing, Optional numberOfFailedSecurityChecks As Nullable(Of Integer) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- scanId
- String
The scan ID.
- triggerType
- VulnerabilityAssessmentScanTriggerType
The scan trigger type. Possible values include: 'OnDemand', 'Recurring'
The scan status. Possible values include: 'Passed', 'Failed', 'FailedToRun', 'InProgress'
The scan errors.
- storageContainerPath
- String
The scan results storage container path.
Applies to
Azure SDK for .NET