VulnerabilityAssessmentScanRecord Interface
public interface VulnerabilityAssessmentScanRecord
An immutable client-side representation of VulnerabilityAssessmentScanRecord.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
endTime()
Gets the end |
|
abstract
List<Vulnerability |
errors()
Gets the errors property: The scan errors. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Vulnerability |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Integer |
numberOfFailedSecurityChecks()
Gets the number |
| abstract String |
scanId()
Gets the scan |
|
abstract
Offset |
startTime()
Gets the start |
|
abstract
Vulnerability |
state()
Gets the state property: The scan status. |
| abstract String |
storageContainerPath()
Gets the storage |
|
abstract
Vulnerability |
triggerType()
Gets the trigger |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
endTime
public abstract OffsetDateTime endTime()
Gets the endTime property: The scan end time (UTC).
Returns:
errors
public abstract List<VulnerabilityAssessmentScanError> errors()
Gets the errors property: The scan errors.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract VulnerabilityAssessmentScanRecordInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.VulnerabilityAssessmentScanRecordInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
numberOfFailedSecurityChecks
public abstract Integer numberOfFailedSecurityChecks()
Gets the numberOfFailedSecurityChecks property: The number of failed security checks.
Returns:
scanId
public abstract String scanId()
Gets the scanId property: The scan ID.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: The scan start time (UTC).
Returns:
state
public abstract VulnerabilityAssessmentScanState state()
Gets the state property: The scan status.
Returns:
storageContainerPath
public abstract String storageContainerPath()
Gets the storageContainerPath property: The scan results storage container path.
Returns:
triggerType
public abstract VulnerabilityAssessmentScanTriggerType triggerType()
Gets the triggerType property: The scan trigger type.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: