VulnerabilityAssessmentScanRecord コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.Sql.Models.VulnerabilityAssessmentScanError> errors = default, string storageContainerPath = default, int? numberOfFailedSecurityChecks = default);
new Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentScanRecord : string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentScanError> * string * Nullable<int> -> Microsoft.Azure.Management.Sql.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
- name
- String
リソース名。
- type
- String
リソースの種類。
- scanId
- String
スキャン ID。
- triggerType
- String
スキャン トリガーの種類。 指定できる値は、'OnDemand'、'Recurring' です。
- state
- String
スキャンの状態。 指定できる値は、'Passed'、'Failed'、'FailedToRun'、'InProgress' です。
スキャン エラー。
- storageContainerPath
- String
スキャン結果のストレージ コンテナー パス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET