AzureSqlServerCommunicator.List Method

Definition

Overloads

List()
List(String)

Lists Azure Sql Servers

List()

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server> List ();
member this.List : unit -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server>
Public Function List () As IList(Of Server)

Returns

Applies to

List(String)

Lists Azure Sql Servers

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server> List (string expand = default);
member this.List : string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server>
Public Function List (Optional expand As String = Nothing) As IList(Of Server)

Parameters

expand
String

Returns

Applies to