AzureSqlServerCommunicator.ListByResourceGroup 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
ListByResourceGroup(String) | |
ListByResourceGroup(String, String) |
Lists Azure Sql Servers in a resource group |
ListByResourceGroup(String)
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server> ListByResourceGroup (string resourceGroupName);
member this.ListByResourceGroup : string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server>
Public Function ListByResourceGroup (resourceGroupName As String) As IList(Of Server)
Parameters
- resourceGroupName
- String
Returns
Applies to
ListByResourceGroup(String, String)
Lists Azure Sql Servers in a resource group
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server> ListByResourceGroup (string resourceGroupName, string expand = default);
member this.ListByResourceGroup : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Server>
Public Function ListByResourceGroup (resourceGroupName As String, Optional expand As String = Nothing) As IList(Of Server)
Parameters
- resourceGroupName
- String
- expand
- String