SecurityCenterExtensions.GetSecurityAssessmentsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スコープ内のすべてのスキャンされたリソースに対するセキュリティ評価を取得する
- 要求パス/{scope}/providers/Microsoft.Security/assessments
- 操作IdAssessments_List
public static Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAssessmentResource> GetSecurityAssessmentsAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
static member GetSecurityAssessmentsAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAssessmentResource>
<Extension()>
Public Function GetSecurityAssessmentsAsync (client As ArmClient, scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityAssessmentResource)
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- cancellationToken
- CancellationToken
使用する取り消しトークン。