AdvancedThreatProtectionSettingsAdapter.GetManagedDatabaseAdvancedThreatProtectionSettings 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 a managed database Advanced Threat Protection Model for the given managed database.
public Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel GetManagedDatabaseAdvancedThreatProtectionSettings (string resourceGroup, string instanceName, string databaseName);
member this.GetManagedDatabaseAdvancedThreatProtectionSettings : string * string * string -> Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedDatabaseAdvancedThreatProtectionSettingsModel
Public Function GetManagedDatabaseAdvancedThreatProtectionSettings (resourceGroup As String, instanceName As String, databaseName As String) As ManagedDatabaseAdvancedThreatProtectionSettingsModel
Parameters
- resourceGroup
- String
The resource group of the managed database.
- instanceName
- String
The name of the managed instance.
- databaseName
- String
The name of the managed database.
Returns
A ManagedDatabaseAdvancedThreatProtectionSettingsModel.