az sentinel alert-rule-template

참고

이 참조는 Azure CLI 대한 sentinel 확장의 일부이며 버전 2.11.0 이상에 필요합니다. az sentinel alert-rule-template 명령을 처음 실행할 때 확장이 자동으로 설치됩니다. 확장에 대해 자세히 알아보세요.

Sentinel alert-rule-template.

명령

az sentinel alert-rule-template list

모든 경고 규칙 템플릿을 가져옵니다.

az sentinel alert-rule-template show

경고 규칙 템플릿을 가져옵니다.

az sentinel alert-rule-template list

모든 경고 규칙 템플릿을 가져옵니다.

az sentinel alert-rule-template list --resource-group
                                     --workspace-name

예제

모든 경고 규칙 템플릿을 가져옵니다.

az sentinel alert-rule-template list --resource-group "myRg" --workspace-name "myWorkspace"

필수 매개 변수

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--workspace-name

작업 영역의 이름

az sentinel alert-rule-template show

경고 규칙 템플릿을 가져옵니다.

az sentinel alert-rule-template show --alert-rule-template-id
                                     --resource-group
                                     --workspace-name

예제

ID로 경고 규칙 템플릿을 가져옵니다.

az sentinel alert-rule-template show --alert-rule-template-id "{id}" --resource-group "myRg" --workspace-name "myWorkspace"

필수 매개 변수

--alert-rule-template-id

경고 규칙 템플릿 ID입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--workspace-name

작업 영역의 이름