你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlVulnerabilityAssessmentScanResultsOperationsExtensions.Get Method

Definition

Gets the scan results of a single rule in a scan record.

public static Microsoft.Azure.Management.Security.Models.ScanResult Get (this Microsoft.Azure.Management.Security.ISqlVulnerabilityAssessmentScanResultsOperations operations, string scanId, string scanResultId, string workspaceId, string resourceId);
static member Get : Microsoft.Azure.Management.Security.ISqlVulnerabilityAssessmentScanResultsOperations * string * string * string * string -> Microsoft.Azure.Management.Security.Models.ScanResult
<Extension()>
Public Function Get (operations As ISqlVulnerabilityAssessmentScanResultsOperations, scanId As String, scanResultId As String, workspaceId As String, resourceId As String) As ScanResult

Parameters

operations
ISqlVulnerabilityAssessmentScanResultsOperations

The operations group for this extension method.

scanId
String

The scan Id. Type 'latest' to get the scan results for the latest scan.

scanResultId
String

The rule Id of the results.

workspaceId
String

The workspace Id.

resourceId
String

The identifier of the resource.

Returns

Applies to