AdvancedThreatProtectionSettingsAdapter.GetServerAdvancedThreatProtectionSettings 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 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.