Baseline Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. Baseline
- com.
Implements
public final class Baseline
implements JsonSerializable<Baseline>
SQL Vulnerability Assessment baseline Details.
Constructor Summary
| Constructor | Description |
|---|---|
| Baseline() |
Creates an instance of Baseline class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<List<String>> |
expectedResults()
Get the expected |
| static Baseline |
fromJson(JsonReader jsonReader)
Reads an instance of Baseline from the Json |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Offset |
updatedTime()
Get the updated |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Baseline
public Baseline()
Creates an instance of Baseline class.
Method Details
expectedResults
public List<List<String>> expectedResults()
Get the expectedResults property: SQL Vulnerability Assessment baseline expected results.
Returns:
fromJson
public static Baseline fromJson(JsonReader jsonReader)
Reads an instance of Baseline from the JsonReader.
Parameters:
Returns:
Throws:
toJson
updatedTime
public OffsetDateTime updatedTime()
Get the updatedTime property: SQL Vulnerability Assessment baseline update time (UTC).
Returns:
validate
public void validate()
Validates the instance.