Share via


ServerListResponse.Servers Property

Optional. Gets the collection of Azure SQL Database Servers that are valid for your subscription.

Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Usage

'Usage
Dim instance As ServerListResponse
Dim value As IList(Of Server)

value = instance.Servers

instance.Servers = value

Syntax

'Declaration
Public Property Servers As IList(Of Server)
public IList<Server> Servers { get; set; }
public:
property IList<Server^>^ Servers {
    IList<Server^>^ get ();
    void set (IList<Server^>^ value);
}
/** @property */
public IList<Server> get_Servers ()

/** @property */
public void set_Servers (IList<Server> value)
public function get Servers () : IList<Server>

public function set Servers (value : IList<Server>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ServerListResponse Class
ServerListResponse Members
Microsoft.WindowsAzure.Management.Sql.Models Namespace