SecurityAlertPolicyOperationsExtensions.GetServerSecurityAlertPolicy Method

Definition

Returns an Azure SQL Database security alert policy.

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

Parameters

operations
ISecurityAlertPolicyOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.ISecurityAlertPolicyOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Database Server on which the database is hosted.

Returns

Represents the response to a get server security alert policy request.

Applies to