SynapseVulnerabilityAssessmentScanRecordCollection.GetAsync Method

Definition

Gets a vulnerability assessment scan record of a Sql pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/scans/{scanId}
  • Operation Id: SqlPoolVulnerabilityAssessmentScans_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseVulnerabilityAssessmentScanRecordResource>> GetAsync (string scanId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseVulnerabilityAssessmentScanRecordResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseVulnerabilityAssessmentScanRecordResource>>
Public Overridable Function GetAsync (scanId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseVulnerabilityAssessmentScanRecordResource))

Parameters

scanId
String

The vulnerability assessment scan Id of the scan to retrieve.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scanId is an empty string, and was expected to be non-empty.

scanId is null.

Applies to