BlobsScanSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A summary of the scan results of the blobs that were scanned.
public class BlobsScanSummary : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.BlobsScanSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.BlobsScanSummary>
type BlobsScanSummary = class
interface IJsonModel<BlobsScanSummary>
interface IPersistableModel<BlobsScanSummary>
Public Class BlobsScanSummary
Implements IJsonModel(Of BlobsScanSummary), IPersistableModel(Of BlobsScanSummary)
- Inheritance
-
BlobsScanSummary
- Implements
Properties
| Name | Description |
|---|---|
| FailedBlobsCount |
The number of failed blob scans. |
| MaliciousBlobsCount |
The number of malicious blobs that were detected during the scan. |
| ScannedBlobsInGB |
The number of gigabytes of data that were scanned. |
| SkippedBlobsCount |
The number of blobs that were skipped. |
| TotalBlobsScanned |
The total number of blobs that were scanned. |