AzureSqlDatabaseCommunicator.ListOperations(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists database activities
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseOperation> ListOperations (string resourceGroupName, string serverName, string databaseName);
member this.ListOperations : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseOperation>
Public Function ListOperations (resourceGroupName As String, serverName As String, databaseName As String) As IPage(Of DatabaseOperation)
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String