ArmSecurityCenterModelFactory.ScanSummary Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.ScanSummary ScanSummary(Azure.ResourceManager.SecurityCenter.Models.BlobsScanSummary blobs = default, Azure.ResourceManager.SecurityCenter.Models.FilesScanSummary files = default, double? estimatedScanCostUSD = default);
static member ScanSummary : Azure.ResourceManager.SecurityCenter.Models.BlobsScanSummary * Azure.ResourceManager.SecurityCenter.Models.FilesScanSummary * Nullable<double> -> Azure.ResourceManager.SecurityCenter.Models.ScanSummary
Public Shared Function ScanSummary (Optional blobs As BlobsScanSummary = Nothing, Optional files As FilesScanSummary = Nothing, Optional estimatedScanCostUSD As Nullable(Of Double) = Nothing) As ScanSummary
Parameters
- blobs
- BlobsScanSummary
A summary of the scan results of the blobs that were scanned.
- files
- FilesScanSummary
A summary of the scan results of the files that were scanned.
The estimated cost of the scan. Only available for a scan which has terminated.
Returns
A new ScanSummary instance for mocking.