共用方式為


Set-AzureRmSqlServerThreatDetectionPolicy

在伺服器上設定威脅偵測原則。

警告

自 2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。

雖然 AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何繼續使用。 如需轉換至 Az 模組的指引,請參閱我們的 移轉資源

語法

Set-AzureRmSqlServerThreatDetectionPolicy
   [-PassThru]
   [-NotificationRecipientsEmails <String>]
   [-EmailAdmins <Boolean>]
   [-ExcludedDetectionType <DetectionType[]>]
   [-StorageAccountName <String>]
   [-RetentionInDays <UInt32>]
   -ServerName <String>
   [-ResourceGroupName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Set-AzureRmSqlServerThreatDetectionPolicy Cmdlet 會在 Azure SQL 伺服器上設定威脅偵測原則。 若要在伺服器上啟用威脅偵測,必須在該伺服器上啟用稽核原則。 若要使用此 Cmdlet,請指定 ResourceGroupName 和 ServerName 參數來識別伺服器。

範例

範例 1:設定資料庫的威脅偵測原則

PS C:\>Set-AzureRmSqlServerThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -NotificationRecipientsEmails "admin01@contoso.com;secadmin@contoso.com" -EmailAdmins $False -ExcludedDetectionType "Sql_Injection_Vulnerability","SQL_Injection" -StorageAccountName "mystorageAccount"

此命令會設定名為 Server01 的伺服器的威脅偵測原則。

參數

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EmailAdmins

指定威脅偵測原則是否使用電子郵件連絡系統管理員。

類型:Nullable<T>[Boolean]
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-ExcludedDetectionType

指定要從原則中排除的偵測類型數位。 此參數可接受的值為:

  • Sql_Injection
  • Sql_Injection_Vulnerability
  • Access_Anomaly
類型:DetectionType[]
接受的值:Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, None
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-NotificationRecipientsEmails

指定原則傳送警示的電子郵件位址分號分隔清單。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-PassThru

會傳回 物件,代表您正在使用的專案。 根據預設,此 Cmdlet 不會產生任何輸出。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

指定伺服器所屬的資源群組名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-RetentionInDays

稽核記錄的保留天數

類型:Nullable<T>[UInt32]
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-ServerName

指定伺服器的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-StorageAccountName

指定要使用的記憶體帳戶名稱。 不允許通配符。 不需要此參數。 如果未提供此參數,Cmdlet 會使用先前定義為資料庫威脅偵測原則一部分的記憶體帳戶。 如果這是第一次定義資料庫,且未提供此參數,Cmdlet 將會失敗。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

String

Nullable<T>[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

DetectionType[]

Nullable<T>[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

輸出

ServerThreatDetectionPolicyModel