次の方法で共有


VulnerabilityAssessmentScanRecord コンストラクター

定義

オーバーロード

VulnerabilityAssessmentScanRecord()

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

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

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

VulnerabilityAssessmentScanRecord()

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

public VulnerabilityAssessmentScanRecord ();
Public Sub New ()

適用対象

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

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

public VulnerabilityAssessmentScanRecord (string id = default, string name = default, string type = default, string scanId = default, string triggerType = default, string state = default, DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentScanError> errors = default, string storageContainerPath = default, int? numberOfFailedSecurityChecks = default);
new Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentScanRecord : string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentScanError> * string * Nullable<int> -> Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentScanRecord
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 String = Nothing, Optional state As String = 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)

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

scanId
String

スキャン ID。

triggerType
String

スキャン トリガーの種類。 使用可能な値は次のとおりです: 'OnDemand'、'Recurring'

state
String

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

startTime
Nullable<DateTime>

スキャンの開始時刻 (UTC)。

endTime
Nullable<DateTime>

スキャンの終了時刻 (UTC)。

errors
IList<VulnerabilityAssessmentScanError>

スキャン エラー。

storageContainerPath
String

スキャン結果のストレージ コンテナー パス。

numberOfFailedSecurityChecks
Nullable<Int32>

失敗したセキュリティ チェックの数。

適用対象