AzureSqlServerCommunicator.List 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.
Overloads
List() | |
List(String) |
Lists Azure Sql Servers |
List()
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