SqlVulnerabilityAssessmentScanResource.GetSqlVulnerabilityAssessmentScanResult 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.
- Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}/scanResults/{scanResultId}
- Operation Id: SqlVulnerabilityAssessmentScanResults_Get
- Default Api Version: 2023-02-01-preview
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SqlVulnerabilityAssessmentScanResult> GetSqlVulnerabilityAssessmentScanResult (string scanResultId, Guid workspaceId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSqlVulnerabilityAssessmentScanResult : string * Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SqlVulnerabilityAssessmentScanResult>
override this.GetSqlVulnerabilityAssessmentScanResult : string * Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SqlVulnerabilityAssessmentScanResult>
Public Overridable Function GetSqlVulnerabilityAssessmentScanResult (scanResultId As String, workspaceId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SqlVulnerabilityAssessmentScanResult)
Parameters
- scanResultId
- String
The rule Id of the results.
- workspaceId
- Guid
The workspace Id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
scanResultId
is an empty string, and was expected to be non-empty.
scanResultId
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET