Sdílet prostřednictvím


DeletedServersOperationsExtensions.List(IDeletedServersOperations) Method

Definition

Gets a list of all deleted servers in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DeletedServer> List (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations);
static member List : Microsoft.Azure.Management.Sql.IDeletedServersOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DeletedServer>
<Extension()>
Public Function List (operations As IDeletedServersOperations) As IPage(Of DeletedServer)

Parameters

operations
IDeletedServersOperations

The operations group for this extension method.

Returns

Applies to