Поделиться через


AzureSqlServerDnsAliasCommunicator.List(String, String) Method

Definition

Lists the Azure Sql Server Dns Aliases

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ServerDnsAlias> List (string resourceGroupName, string serverName);
member this.List : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ServerDnsAlias>
Public Function List (resourceGroupName As String, serverName As String) As IList(Of ServerDnsAlias)

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to