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