AdvancedThreatProtectionSettingsCommunicator.GetServerAdvancedThreatProtection 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 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.