SqlVulnerabilityAssessmentScanCollection Class

Definition

A class representing a collection of SqlVulnerabilityAssessmentScanResource and their operations. Each SqlVulnerabilityAssessmentScanResource in the collection will belong to the same instance of ArmResource. To get a SqlVulnerabilityAssessmentScanCollection instance call the GetSqlVulnerabilityAssessmentScans method from an instance of ArmResource.

public class SqlVulnerabilityAssessmentScanCollection : Azure.ResourceManager.ArmCollection
type SqlVulnerabilityAssessmentScanCollection = class
    inherit ArmCollection
Public Class SqlVulnerabilityAssessmentScanCollection
Inherits ArmCollection
Inheritance
SqlVulnerabilityAssessmentScanCollection

Constructors

SqlVulnerabilityAssessmentScanCollection()

Initializes a new instance of the SqlVulnerabilityAssessmentScanCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, Guid, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • Operation Id: SqlVulnerabilityAssessmentScans_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
ExistsAsync(String, Guid, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • Operation Id: SqlVulnerabilityAssessmentScans_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
Get(String, Guid, CancellationToken)

Gets the scan details of a single scan record.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • Operation Id: SqlVulnerabilityAssessmentScans_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
GetAll(Guid, CancellationToken)

Gets a list of scan records.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans
  • Operation Id: SqlVulnerabilityAssessmentScans_List
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
GetAllAsync(Guid, CancellationToken)

Gets a list of scan records.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans
  • Operation Id: SqlVulnerabilityAssessmentScans_List
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
GetAsync(String, Guid, CancellationToken)

Gets the scan details of a single scan record.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • Operation Id: SqlVulnerabilityAssessmentScans_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
GetIfExists(String, Guid, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • Operation Id: SqlVulnerabilityAssessmentScans_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
GetIfExistsAsync(String, Guid, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • Operation Id: SqlVulnerabilityAssessmentScans_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: SqlVulnerabilityAssessmentScanResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to