SqlServerVulnerabilityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AdditionalData - com.
azure. resourcemanager. security. models. SqlServerVulnerabilityProperties
- com.
- com.
public final class SqlServerVulnerabilityProperties
extends AdditionalData
Details of the resource that was assessed.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Assessed |
assessedResourceType()
Get the assessed |
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
query()
Get the query property: The T-SQL query that runs on your SQL database to perform the particular check. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type the sub assessment refers to in its resource details. |
| void |
validate()
Validates the instance. |
Methods inherited from AdditionalData
Methods inherited from java.lang.Object
Method Details
assessedResourceType
public AssessedResourceType assessedResourceType()
Get the assessedResourceType property: Sub-assessment resource type.
Overrides:
SqlServerVulnerabilityProperties.assessedResourceType()Returns:
fromJson
public static SqlServerVulnerabilityProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlServerVulnerabilityProperties from the JsonReader.
Parameters:
Returns:
Throws:
query
public String query()
Get the query property: The T-SQL query that runs on your SQL database to perform the particular check.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SqlServerVulnerabilityProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type the sub assessment refers to in its resource details.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
SqlServerVulnerabilityProperties.validate()