ManagedDatabaseSecurityEvents interface

Interface representing a ManagedDatabaseSecurityEvents.

Methods

listByDatabase(string, string, string, ManagedDatabaseSecurityEventsListByDatabaseOptionalParams)

Gets a list of security events.

Method Details

listByDatabase(string, string, string, ManagedDatabaseSecurityEventsListByDatabaseOptionalParams)

Gets a list of security events.

function listByDatabase(resourceGroupName: string, managedInstanceName: string, databaseName: string, options?: ManagedDatabaseSecurityEventsListByDatabaseOptionalParams): PagedAsyncIterableIterator<SecurityEvent, SecurityEvent[], PageSettings>

Parameters

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.

managedInstanceName

string

The name of the managed instance.

databaseName

string

The name of the managed database for which the security events are retrieved.

Returns