IServerDisasterRecoveryConfigurationOperations.GetAsync Method

Definition

Returns information about an Azure SQL Server disaster recovery configurations.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationGetResponse> GetAsync (string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationGetResponse>
Public Function GetAsync (resourceGroupName As String, serverName As String, serverDisasterRecoveryConfigurationName As String, cancellationToken As CancellationToken) As Task(Of ServerDisasterRecoveryConfigurationGetResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

serverName
String

The name of the Azure SQL Server.

serverDisasterRecoveryConfigurationName
String

The name of the Azure SQL server disaster recovery configuration to be retrieved.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a get server disaster recovery configuration request.

Applies to