AzureSqlServerDisasterRecoveryConfigurationCommunicator.List(String, String) Method

Definition

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

Parameters

resourceGroupName
String
serverName
String

Returns

IList<ServerDisasterRecoveryConfiguration>

Applies to