SqlVulnerabilityAssessmentScanOperationResultProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. SqlVulnerabilityAssessmentScanOperationResultProperties
- com.
Implements
public final class SqlVulnerabilityAssessmentScanOperationResultProperties
implements JsonSerializable<SqlVulnerabilityAssessmentScanOperationResultProperties>
Represents the properties of a SQL Vulnerability Assessment scan operation result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
operationId()
Get the operation |
|
Scan |
scanStatus()
Get the scan |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SqlVulnerabilityAssessmentScanOperationResultProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlVulnerabilityAssessmentScanOperationResultProperties from the JsonReader.
Parameters:
Returns:
Throws:
operationId
public String operationId()
Get the operationId property: Gets or sets the operation id.
Returns:
scanStatus
public ScanOperationStatus scanStatus()
Get the scanStatus property: The scan operation status.
Returns:
toJson
validate
public void validate()
Validates the instance.