ServerOperationsExtensions.ListAsync Method (IServerOperations)
Returns all SQL Database Servers that are provisioned for a subscription.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public static Task<ServerListResponse> ListAsync(
this IServerOperations operations
)
public:
[ExtensionAttribute]
static Task<ServerListResponse^>^ ListAsync(
IServerOperations^ operations
)
static member ListAsync :
operations:IServerOperations -> Task<ServerListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IServerOperations
) As Task(Of ServerListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Sql.IServerOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.
Return Value
Type: System.Threading.Tasks.Task<ServerListResponse>
The response structure for the Server List operation. Contains a list of all the servers in a subscription.
See Also
ServerOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top