IServerDisasterRecoveryConfigurationOperations.GetAsync 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.
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.