다음을 통해 공유


AzureSqlServerDisasterRecoveryConfigurationCommunicator.List Method

Definition

Lists Azure Sql Server Disaster Recovery Configurations

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

Applies to