AzureSqlServerDnsAliasAdapter.ListServerDnsAliases(String, String) 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.
Lists server dns aliases on server
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel> ListServerDnsAliases (string resourceGroup, string serverName);
member this.ListServerDnsAliases : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel>
Public Function ListServerDnsAliases (resourceGroup As String, serverName As String) As List(Of AzureSqlServerDnsAliasModel)
Parameters
- resourceGroup
- String
- serverName
- String