getDisasterRecoveryConfiguration

Gets a disaster recovery configuration. Uses Azure REST API version 2014-04-01.

Return

Represents a disaster recovery configuration.

Parameters

argument

null


suspend fun getDisasterRecoveryConfiguration(disasterRecoveryConfigurationName: String, resourceGroupName: String, serverName: String): GetDisasterRecoveryConfigurationResult

Return

Represents a disaster recovery configuration.

Parameters

disasterRecoveryConfigurationName

The name of the disaster recovery configuration.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

The name of the server.

See also


Return

Represents a disaster recovery configuration.

Parameters

argument

Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetDisasterRecoveryConfigurationPlainArgs.

See also