Sdílet prostřednictvím


ServerAdvancedThreatProtectionSettingsOperationsExtensions.Get Method

Definition

Get a server's Advanced Threat Protection state.

public static Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection Get (this Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations operations, string resourceGroupName, string serverName);
static member Get : Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations * string * string -> Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection
<Extension()>
Public Function Get (operations As IServerAdvancedThreatProtectionSettingsOperations, resourceGroupName As String, serverName As String) As ServerAdvancedThreatProtection

Parameters

operations
IServerAdvancedThreatProtectionSettingsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

Returns

Applies to