VulnerabilityAssessmentScanRecord Interface

public interface VulnerabilityAssessmentScanRecord

An immutable client-side representation of VulnerabilityAssessmentScanRecord.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime endTime()

Gets the endTime property: The scan end time (UTC).

abstract List<VulnerabilityAssessmentScanError> errors()

Gets the errors property: The scan errors.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract VulnerabilityAssessmentScanRecordInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.VulnerabilityAssessmentScanRecordInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract Integer numberOfFailedSecurityChecks()

Gets the numberOfFailedSecurityChecks property: The number of failed security checks.

abstract String scanId()

Gets the scanId property: The scan ID.

abstract OffsetDateTime startTime()

Gets the startTime property: The scan start time (UTC).

abstract VulnerabilityAssessmentScanState state()

Gets the state property: The scan status.

abstract String storageContainerPath()

Gets the storageContainerPath property: The scan results storage container path.

abstract VulnerabilityAssessmentScanTriggerType triggerType()

Gets the triggerType property: The scan trigger type.

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:

the endTime value.

errors

public abstract List<VulnerabilityAssessmentScanError> errors()

Gets the errors property: The scan errors.

Returns:

the errors value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract VulnerabilityAssessmentScanRecordInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.VulnerabilityAssessmentScanRecordInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

numberOfFailedSecurityChecks

public abstract Integer numberOfFailedSecurityChecks()

Gets the numberOfFailedSecurityChecks property: The number of failed security checks.

Returns:

the numberOfFailedSecurityChecks value.

scanId

public abstract String scanId()

Gets the scanId property: The scan ID.

Returns:

the scanId value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: The scan start time (UTC).

Returns:

the startTime value.

state

public abstract VulnerabilityAssessmentScanState state()

Gets the state property: The scan status.

Returns:

the state value.

storageContainerPath

public abstract String storageContainerPath()

Gets the storageContainerPath property: The scan results storage container path.

Returns:

the storageContainerPath value.

triggerType

public abstract VulnerabilityAssessmentScanTriggerType triggerType()

Gets the triggerType property: The scan trigger type.

Returns:

the triggerType value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to