次の方法で共有


Get-AzSecurityAssessment

サブスクリプションのセキュリティ評価とその結果を取得します

構文

Get-AzSecurityAssessment
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSecurityAssessment
   -Name <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSecurityAssessment
   -Name <String>
   -AssessedResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSecurityAssessment
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

サブスクリプションのセキュリティ評価とその結果を取得します。 セキュリティ評価では、Azure サブスクリプションで軽減する Azure Security Center によって推奨されるベスト プラクティスを確認できます。

例 1

Get-AzSecurityAssessment

サブスクリプション内のすべてのセキュリティ評価を取得します

パラメーター

-AssessedResourceId

評価が計算されるリソースの完全なリソース ID。

型:String
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

型:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-Name

リソース名。

型:String
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-ResourceId

コマンドを呼び出すセキュリティ リソースの ID。

型:String
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

入力

String

出力

PSSecurityAssessment