AdvancedThreatProtectionSettingsCommunicator.GetServerAdvancedThreatProtection Method

Definition

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

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

Parameters

resourceGroupName
String

The given resource group.

serverName
String

The given server.

Returns

A ServerAdvancedThreatProtection instance with the Advanced Threat Protection settings for the given server.

Applies to