Sdílet prostřednictvím


AdvancedThreatProtectionSettingsAdapter.GetDatabaseAdvancedThreatProtectionSettings Method

Definition

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.

Applies to