AdvancedThreatProtectionSettingsCommunicator.SetManagedDatabaseAdvancedThreatProtection 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 managed instance and database in the given resource group.
public void SetManagedDatabaseAdvancedThreatProtection (string resourceGroupName, string instanceName, string databaseName, Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection settingsToSet);
member this.SetManagedDatabaseAdvancedThreatProtection : string * string * string * Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection -> unit
Public Sub SetManagedDatabaseAdvancedThreatProtection (resourceGroupName As String, instanceName As String, databaseName As String, settingsToSet As ManagedDatabaseAdvancedThreatProtection)
Parameters
- resourceGroupName
- String
The given resource group.
- instanceName
- String
The given managed instance.
- databaseName
- String
The given managed database.
- settingsToSet
- ManagedDatabaseAdvancedThreatProtection
The Advanced Threat Protection settings to set.