Get-AzAlertRule
クラシック アラート ルールを取得します。
構文
Get-AzAlertRule
-ResourceGroupName <String>
[-DetailedOutput]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAlertRule
-ResourceGroupName <String>
-Name <String>
[-DetailedOutput]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAlertRule
-ResourceGroupName <String>
-TargetResourceId <String>
[-DetailedOutput]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzAlertRule コマンドレットは、名前または URI、または指定したリソース グループからすべてのクラシック アラート ルールによってクラシック アラート ルールを取得します。
例
例 1: リソース グループのアラート ルールを取得する
Get-AzAlertRule -ResourceGroup "Default-Web-CentralUS"
このコマンドは、Default-Web-CentralUS という名前のリソース グループのすべてのアラート ルールを取得します。 DetailedOutput パラメーターが指定されていないため、出力にはルールに関する詳細は含まれません。
例 2: 名前でアラート ルールを取得する
Get-AzAlertRule -ResourceGroup "Default-Web-CentralUS" -Name "myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8"
このコマンドは、myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8 という名前のアラート ルールを取得します。 DetailedOutput パラメーターが指定されていないため、出力にはアラート ルールに関する基本情報のみが含まれます。
例 3: 詳細な出力を含む名前でアラート ルールを取得する
Get-AzAlertRule -ResourceGroup "Default-Web-CentralUS" -Name "myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8" -DetailedOutput
このコマンドは、myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8 という名前のアラート ルールを取得します。 DetailedOutput パラメーターが指定されているため、出力の詳細が示されます。
パラメーター
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DetailedOutput
出力に完全な詳細が表示されます。
型: | SwitchParameter |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Name
取得するアラート ルールの名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループの名前を指定します。
型: | String |
Aliases: | ResourceGroup |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-TargetResourceId
ターゲット リソースの ID を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
入力
出力
関連リンク
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell