Megosztás a következőn keresztül:


SqlDatabaseVulnerabilityAssessmentScanCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}/scans/{scanId}
  • Operation Id: DatabaseVulnerabilityAssessmentScans_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlDatabaseVulnerabilityAssessmentScanResource
public virtual Azure.Response<bool> Exists (string scanId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (scanId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

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