Interface ManagedDatabaseSecurityEventsClient
public interface ManagedDatabaseSecurityEventsClient
An instance of this class provides access to all the operations defined in ManagedDatabaseSecurityEventsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName) Gets a list of security events.com.azure.core.http.rest.PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, String filter, Long skip, Long top, String skiptoken, com.azure.core.util.Context context) Gets a list of security events.com.azure.core.http.rest.PagedFlux<SecurityEventInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName) Gets a list of security events.com.azure.core.http.rest.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
-
listByDatabaseAsync
com.azure.core.http.rest.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 that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.managedInstanceName- The name of the managed instance.databaseName- The name of the managed database for which the security events are retrieved.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByDatabaseAsync
com.azure.core.http.rest.PagedFlux<SecurityEventInner> listByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName) Gets a list of security events.- Parameters:
resourceGroupName- 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- The name of the managed instance.databaseName- The name of the managed database for which the security events are retrieved.- Returns:
- a list of security events as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByDatabase
com.azure.core.http.rest.PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName) Gets a list of security events.- Parameters:
resourceGroupName- 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- The name of the managed instance.databaseName- The name of the managed database for which the security events are retrieved.- Returns:
- a list of security events as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByDatabase
com.azure.core.http.rest.PagedIterable<SecurityEventInner> listByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, String filter, Long skip, Long top, String skiptoken, com.azure.core.util.Context context) Gets a list of security events.- Parameters:
resourceGroupName- 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- The name of the managed instance.databaseName- The name of the managed database for which the security events are retrieved.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-