AdvancedThreatProtectionSettingsCommunicator.GetDatabaseAdvancedThreatProtection Method

Definition

Gets the database Advanced Threat Protection settings for the given server and database in the given resource group.

public Microsoft.Azure.Management.Sql.Models.DatabaseAdvancedThreatProtection GetDatabaseAdvancedThreatProtection (string resourceGroupName, string serverName, string databaseName);
member this.GetDatabaseAdvancedThreatProtection : string * string * string -> Microsoft.Azure.Management.Sql.Models.DatabaseAdvancedThreatProtection
Public Function GetDatabaseAdvancedThreatProtection (resourceGroupName As String, serverName As String, databaseName As String) As DatabaseAdvancedThreatProtection

Parameters

resourceGroupName
String

The given resource group.

serverName
String

The given server.

databaseName
String

The given database.

Returns

A DatabaseAdvancedThreatProtection instance with the Advanced Threat Protection settings for the given server and database.

Applies to