AdvancedThreatProtectionSettingsAdapter.GetServerAdvancedThreatProtectionSettings Method

Definition

Gets a server Advanced Threat Protection Model for the given server.

public Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel GetServerAdvancedThreatProtectionSettings (string resourceGroup, string serverName);
member this.GetServerAdvancedThreatProtectionSettings : string * string -> Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedThreatProtectionSettingsModel
Public Function GetServerAdvancedThreatProtectionSettings (resourceGroup As String, serverName As String) As ServerAdvancedThreatProtectionSettingsModel

Parameters

resourceGroup
String

The resource group of the server.

serverName
String

The name of the server.

Returns

A ServerAdvancedThreatProtectionSettingsModel.

Applies to