SqlServerVulnerabilityProperties Class

Definition

Details of the resource that was assessed.

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

Constructors

SqlServerVulnerabilityProperties()

Initializes a new instance of SqlServerVulnerabilityProperties.

Properties

Query

The T-SQL query that runs on your SQL database to perform the particular check.

SqlServerVulnerabilityType

The resource type the sub assessment refers to in its resource details.

Explicit Interface Implementations

IJsonModel<SecuritySubAssessmentAdditionalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecuritySubAssessmentAdditionalInfo)
IJsonModel<SecuritySubAssessmentAdditionalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IJsonModel<SqlServerVulnerabilityProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlServerVulnerabilityProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecuritySubAssessmentAdditionalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IPersistableModel<SecuritySubAssessmentAdditionalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecuritySubAssessmentAdditionalInfo)
IPersistableModel<SecuritySubAssessmentAdditionalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IPersistableModel<SqlServerVulnerabilityProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerVulnerabilityProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlServerVulnerabilityProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to