VulnerabilityAssessmentScanRecordData Class

Definition

A class representing the VulnerabilityAssessmentScanRecord data model. A vulnerability assessment scan record.

public class VulnerabilityAssessmentScanRecordData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.VulnerabilityAssessmentScanRecordData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.VulnerabilityAssessmentScanRecordData>
type VulnerabilityAssessmentScanRecordData = class
    inherit ResourceData
    interface IJsonModel<VulnerabilityAssessmentScanRecordData>
    interface IPersistableModel<VulnerabilityAssessmentScanRecordData>
Public Class VulnerabilityAssessmentScanRecordData
Inherits ResourceData
Implements IJsonModel(Of VulnerabilityAssessmentScanRecordData), IPersistableModel(Of VulnerabilityAssessmentScanRecordData)
Inheritance
VulnerabilityAssessmentScanRecordData
Implements

Constructors

VulnerabilityAssessmentScanRecordData()

Initializes a new instance of VulnerabilityAssessmentScanRecordData.

Properties

EndOn

The scan end time (UTC).

Errors

The scan errors.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NumberOfFailedSecurityChecks

The number of failed security checks.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ScanId

The scan ID.

StartOn

The scan start time (UTC).

State

The scan status.

StorageContainerPath

The scan results storage container path.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TriggerType

The scan trigger type.

Explicit Interface Implementations

IJsonModel<VulnerabilityAssessmentScanRecordData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VulnerabilityAssessmentScanRecordData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VulnerabilityAssessmentScanRecordData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VulnerabilityAssessmentScanRecordData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VulnerabilityAssessmentScanRecordData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to