你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SqlVulnerabilityAssessmentScanResultsOperationsExtensions.GetAsync 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.
Gets the scan results of a single rule in a scan record.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.ScanResult> GetAsync (this Microsoft.Azure.Management.Security.ISqlVulnerabilityAssessmentScanResultsOperations operations, string scanId, string scanResultId, string workspaceId, string resourceId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Security.ISqlVulnerabilityAssessmentScanResultsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.ScanResult>
<Extension()>
Public Function GetAsync (operations As ISqlVulnerabilityAssessmentScanResultsOperations, scanId As String, scanResultId As String, workspaceId As String, resourceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ScanResult)
Parameters
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.
- cancellationToken
- CancellationToken
The cancellation token.