次の方法で共有


SecurityAssessmentCollection クラス

定義

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

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

コンストラクター

SecurityAssessmentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityAssessmentCreateOrUpdateContent, CancellationToken)

リソースにセキュリティ評価を作成します。 この評価を記述する評価メタデータは、評価結果を挿入する前に同じ名前で定義済みである必要があります

  • Request Path/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}
  • 操作IdAssessments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityAssessmentCreateOrUpdateContent, CancellationToken)

リソースにセキュリティ評価を作成します。 この評価を記述する評価メタデータは、評価結果を挿入する前に同じ名前で定義済みである必要があります

  • Request Path/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}
  • 操作IdAssessments_CreateOrUpdate
Exists(String, Nullable<SecurityAssessmentODataExpand>, CancellationToken)

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

  • Request Path/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}
  • 操作IdAssessments_Get
ExistsAsync(String, Nullable<SecurityAssessmentODataExpand>, CancellationToken)

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

  • Request Path/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}
  • 操作IdAssessments_Get
Get(String, Nullable<SecurityAssessmentODataExpand>, CancellationToken)

スキャンしたリソースのセキュリティ評価を取得する

  • Request Path/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}
  • 操作IdAssessments_Get
GetAsync(String, Nullable<SecurityAssessmentODataExpand>, CancellationToken)

スキャンしたリソースのセキュリティ評価を取得する

  • Request Path/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}
  • 操作IdAssessments_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象