AdvancedThreatProtectionSettingsCommunicator.SetServerAdvancedThreatProtection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates the Advanced Threat Protection settings for the given server in the given resource group.
public void SetServerAdvancedThreatProtection (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection settingsToSet);
member this.SetServerAdvancedThreatProtection : string * string * Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection -> unit
Public Sub SetServerAdvancedThreatProtection (resourceGroupName As String, serverName As String, settingsToSet As ServerAdvancedThreatProtection)
Parameters
- resourceGroupName
- String
The given resource group.
- serverName
- String
The given server.
- settingsToSet
- ServerAdvancedThreatProtection
The Advanced Threat Protection settings to set.