次の方法で共有


SqlVulnerabilityAssessmentScanCollection クラス

定義

のコレクション SqlVulnerabilityAssessmentScanResource とその操作を表すクラス。 コレクション内の各 SqlVulnerabilityAssessmentScanResource は、 の同じインスタンス ArmResourceに属します。 インスタンスを SqlVulnerabilityAssessmentScanCollection 取得するには、 のインスタンスから GetSqlVulnerabilityAssessmentScans メソッドを ArmResource呼び出します。

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

コンストラクター

SqlVulnerabilityAssessmentScanCollection()

モック作成のために クラスの SqlVulnerabilityAssessmentScanCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(String, Guid, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • 操作IdSqlVulnerabilityAssessmentScans_Get
ExistsAsync(String, Guid, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • 操作IdSqlVulnerabilityAssessmentScans_Get
Get(String, Guid, CancellationToken)

1 つのスキャン レコードのスキャンの詳細を取得します。

  • 要求パス/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • 操作IdSqlVulnerabilityAssessmentScans_Get
GetAll(Guid, CancellationToken)

スキャン レコードの一覧を取得します。

  • 要求パス/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans
  • 操作IdSqlVulnerabilityAssessmentScans_List
GetAllAsync(Guid, CancellationToken)

スキャン レコードの一覧を取得します。

  • 要求パス/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans
  • 操作IdSqlVulnerabilityAssessmentScans_List
GetAsync(String, Guid, CancellationToken)

1 つのスキャン レコードのスキャンの詳細を取得します。

  • 要求パス/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}
  • 操作IdSqlVulnerabilityAssessmentScans_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象