ServerOperationsExtensions.List(IServerOperations) 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.
Returns all SQL Database Servers that are provisioned for a subscription.
public static Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse List (this Microsoft.WindowsAzure.Management.Sql.IServerOperations operations);
static member List : Microsoft.WindowsAzure.Management.Sql.IServerOperations -> Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse
<Extension()>
Public Function List (operations As IServerOperations) As ServerListResponse
Parameters
- operations
- IServerOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.
Returns
The response structure for the Server List operation. Contains a list of all the servers in a subscription.