ServerSecurityAlertPoliciesOperationsExtensions.ListByServer Method

Definition

Get the server's threat detection policies.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.ServerSecurityAlertPolicy> ListByServer (this Microsoft.Azure.Management.MySQL.IServerSecurityAlertPoliciesOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.MySQL.IServerSecurityAlertPoliciesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.ServerSecurityAlertPolicy>
<Extension()>
Public Function ListByServer (operations As IServerSecurityAlertPoliciesOperations, resourceGroupName As String, serverName As String) As IPage(Of ServerSecurityAlertPolicy)

Parameters

operations
IServerSecurityAlertPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to