ManagedDatabaseSecurityEventsClient Interface

public interface ManagedDatabaseSecurityEventsClient

An instance of this class provides access to all the operations defined in ManagedDatabaseSecurityEventsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName)

Gets a list of security events.

abstract PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, String filter, Long skip, Long top, String skiptoken, Context context)

Gets a list of security events.

abstract PagedFlux<SecurityEventInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName)

Gets a list of security events.

abstract PagedFlux<SecurityEventInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String filter, Long skip, Long top, String skiptoken)

Gets a list of security events.

Method Details

listByDatabase

public abstract PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName)

Gets a list of security events.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.

Returns:

a list of security events as paginated response with PagedIterable<T>.

listByDatabase

public abstract PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, String filter, Long skip, Long top, String skiptoken, Context context)

Gets a list of security events.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
filter - An OData filter expression that filters elements in the collection.
skip - The number of elements in the collection to skip.
top - The number of elements to return from the collection.
skiptoken - An opaque token that identifies a starting point in the collection.
context - The context to associate with this operation.

Returns:

a list of security events as paginated response with PagedIterable<T>.

listByDatabaseAsync

public abstract PagedFlux<SecurityEventInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName)

Gets a list of security events.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.

Returns:

a list of security events as paginated response with PagedFlux<T>.

listByDatabaseAsync

public abstract PagedFlux<SecurityEventInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String filter, Long skip, Long top, String skiptoken)

Gets a list of security events.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
filter - An OData filter expression that filters elements in the collection.
skip - The number of elements in the collection to skip.
top - The number of elements to return from the collection.
skiptoken - An opaque token that identifies a starting point in the collection.

Returns:

a list of security events as paginated response with PagedFlux<T>.

Applies to