次の方法で共有


SecuritySubAssessmentCollection クラス

定義

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

public class SecuritySubAssessmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityCenter.SecuritySubAssessmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.SecuritySubAssessmentResource>
type SecuritySubAssessmentCollection = class
    inherit ArmCollection
    interface seq<SecuritySubAssessmentResource>
    interface IEnumerable
    interface IAsyncEnumerable<SecuritySubAssessmentResource>
Public Class SecuritySubAssessmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SecuritySubAssessmentResource), IEnumerable(Of SecuritySubAssessmentResource)
継承
SecuritySubAssessmentCollection
実装

コンストラクター

SecuritySubAssessmentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments/{subAssessmentName}
  • 操作IdSubAssessments_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments/{subAssessmentName}
  • 操作IdSubAssessments_Get
Get(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments/{subAssessmentName}
  • 操作IdSubAssessments_Get
GetAll(CancellationToken)

スコープ内のすべてのスキャンされたリソースに対するセキュリティ サブ評価を取得する

  • Request Path/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments
  • 操作IdSubAssessments_List
GetAllAsync(CancellationToken)

スコープ内のすべてのスキャンされたリソースに対するセキュリティ サブ評価を取得する

  • Request Path/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments
  • 操作IdSubAssessments_List
GetAsync(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments/{subAssessmentName}
  • 操作IdSubAssessments_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SecuritySubAssessmentResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SecuritySubAssessmentResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象