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

SqlVulnerabilityAssessmentScansOperationsExtensions.GetAsync Method

Definition

Gets the scan details of a single scan record.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.Scan> GetAsync (this Microsoft.Azure.Management.Security.ISqlVulnerabilityAssessmentScansOperations operations, string scanId, string workspaceId, string resourceId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Security.ISqlVulnerabilityAssessmentScansOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.Scan>
<Extension()>
Public Function GetAsync (operations As ISqlVulnerabilityAssessmentScansOperations, scanId As String, workspaceId As String, resourceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Scan)

Parameters

operations
ISqlVulnerabilityAssessmentScansOperations

The operations group for this extension method.

scanId
String

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

workspaceId
String

The workspace Id.

resourceId
String

The identifier of the resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to