VulnerabilityAssessmentScanRecordModel.NumberOfFailedSecurityChecks Property
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.
Gets or sets the scan number of failed security checks
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Number Of Failed Security Checks", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public int? NumberOfFailedSecurityChecks { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Number Of Failed Security Checks", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.NumberOfFailedSecurityChecks : Nullable<int>
Public ReadOnly Property NumberOfFailedSecurityChecks As Nullable(Of Integer)
Property Value
- Attributes