VulnerabilityAssessmentScanRecord Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
VulnerabilityAssessmentScanRecord() |
Initialisiert eine neue instance der VulnerabilityAssessmentScanRecord-Klasse. |
VulnerabilityAssessmentScanRecord(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>) |
Initialisiert eine neue instance der VulnerabilityAssessmentScanRecord-Klasse. |
VulnerabilityAssessmentScanRecord()
Initialisiert eine neue instance der VulnerabilityAssessmentScanRecord-Klasse.
public VulnerabilityAssessmentScanRecord ();
Public Sub New ()
Gilt für:
VulnerabilityAssessmentScanRecord(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>)
Initialisiert eine neue instance der VulnerabilityAssessmentScanRecord-Klasse.
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)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- scanId
- String
Die Scan-ID.
- triggerType
- String
Der Typ des Scantriggers. Mögliche Werte: "OnDemand", "Recurring"
- state
- String
Der Scan-status. Mögliche Werte: "Passed", "Failed", "FailedToRun", "InProgress"
Die Überprüfungsfehler.
- storageContainerPath
- String
Der Speichercontainerpfad der Überprüfungsergebnisse.
Die Anzahl der fehlgeschlagenen Sicherheitsüberprüfungen.
Gilt für:
Azure SDK for .NET