Share via


ServerOperationsExtensions.ListByServer Method

Definition

Gets a list of operations performed on the server.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation> ListByServer (this Microsoft.Azure.Management.Sql.IServerOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation>
<Extension()>
Public Function ListByServer (operations As IServerOperations, resourceGroupName As String, serverName As String) As IPage(Of ServerOperation)

Parameters

operations
IServerOperations

The operations group for this extension method.

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.

serverName
String

The name of the server.

Returns

Applies to