get Disaster Recovery Configuration
suspend fun getDisasterRecoveryConfiguration(argument: GetDisasterRecoveryConfigurationPlainArgs): GetDisasterRecoveryConfigurationResult
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
disaster Recovery Configuration Name
The name of the disaster recovery configuration.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
server Name
The name of the server.
See also
suspend fun getDisasterRecoveryConfiguration(argument: suspend GetDisasterRecoveryConfigurationPlainArgsBuilder.() -> Unit): GetDisasterRecoveryConfigurationResult
Return
Represents a disaster recovery configuration.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetDisasterRecoveryConfigurationPlainArgs.