ScanSummary Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ScanSummary
- com.
Implements
public final class ScanSummary
implements JsonSerializable<ScanSummary>
A summary of the scan results.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Blobs |
blobs()
Get the blobs property: A summary of the scan results of the blobs that were scanned. |
| Double |
estimatedScanCostUSD()
Get the estimated |
|
Files |
files()
Get the files property: A summary of the scan results of the files that were scanned. |
|
static
Scan |
fromJson(JsonReader jsonReader)
Reads an instance of Scan |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
blobs
public BlobsScanSummary blobs()
Get the blobs property: A summary of the scan results of the blobs that were scanned.
Returns:
estimatedScanCostUSD
public Double estimatedScanCostUSD()
Get the estimatedScanCostUSD property: The estimated cost of the scan. Only available for a scan which has terminated.
Returns:
files
public FilesScanSummary files()
Get the files property: A summary of the scan results of the files that were scanned.
Returns:
fromJson
public static ScanSummary fromJson(JsonReader jsonReader)
Reads an instance of ScanSummary from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.