AdvancedThreatProtectionSettingsCommunicator.GetManagedDatabaseAdvancedThreatProtection 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.
Gets the managed database Advanced Threat Protection settings for the given managed instance and database in the given resource group.
public Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection GetManagedDatabaseAdvancedThreatProtection (string resourceGroupName, string instanceName, string databaseName);
member this.GetManagedDatabaseAdvancedThreatProtection : string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection
Public Function GetManagedDatabaseAdvancedThreatProtection (resourceGroupName As String, instanceName As String, databaseName As String) As ManagedDatabaseAdvancedThreatProtection
Parameters
- resourceGroupName
- String
The given resource group.
- instanceName
- String
The given managed instance.
- databaseName
- String
The given managed database.
Returns
A ManagedDatabaseAdvancedThreatProtection instance with the Advanced Threat Protection settings for the given managed database.