DatabaseOperationsExtensions::GetEventLogs Method (IDatabaseOperations^, String^, String^, DatabaseGetEventLogsParameters^)
Returns information about an Azure SQL Database event logs.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: [ExtensionAttribute] static DatabaseGetEventLogsResponse^ GetEventLogs( IDatabaseOperations^ operations, String^ serverName, String^ databaseName, DatabaseGetEventLogsParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql::IDatabaseOperations^
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
- serverName
-
Type:
System::String^
Required. The name of the Azure SQL Database Server on which the database is hosted.
- databaseName
-
Type:
System::String^
Required. The name of the Azure SQL Database to be retrieved.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models::DatabaseGetEventLogsParameters^
Required. The parameters for the Get Database Event Logs operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models::DatabaseGetEventLogsResponse^Contains the response to a Get Database Event Logs request.
Show: