VulnerabilityAssessmentScanRecord クラス

定義

脆弱性評価スキャン レコード。

[Microsoft.Rest.Serialization.JsonTransformation]
public class VulnerabilityAssessmentScanRecord : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VulnerabilityAssessmentScanRecord = class
    inherit ProxyResource
Public Class VulnerabilityAssessmentScanRecord
Inherits ProxyResource
継承
VulnerabilityAssessmentScanRecord
属性

コンストラクター

VulnerabilityAssessmentScanRecord()

VulnerabilityAssessmentScanRecord クラスの新しいインスタンスを初期化します。

VulnerabilityAssessmentScanRecord(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>)

VulnerabilityAssessmentScanRecord クラスの新しいインスタンスを初期化します。

プロパティ

EndTime

スキャンの終了時刻 (UTC) を取得します。

Errors

スキャン エラーを取得します。

Id

リソース ID を取得します。

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
NumberOfFailedSecurityChecks

失敗したセキュリティ チェックの数を取得します。

ScanId

スキャン ID を取得します。

StartTime

スキャンの開始時刻 (UTC) を取得します。

State

スキャンの状態を取得します。 指定できる値は、'Passed'、'Failed'、'FailedToRun'、'InProgress' です。

StorageContainerPath

スキャン結果のストレージ コンテナー パスを取得します。

TriggerType

スキャン トリガーの種類を取得します。 指定できる値は、'OnDemand'、'Recurring' です。

Type

リソースの種類を取得します。

(継承元 Resource)

適用対象