getTarget

Get a Target Uses Azure REST API version 2024-10-01-preview. Other available API versions: 2023-09-01-preview, 2024-07-19-preview, 2025-01-02. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databasewatcher [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

argument

null


suspend fun getTarget(resourceGroupName: String, targetName: String, watcherName: String): GetTargetResult

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

targetName

The target resource name.

watcherName

The database watcher name.

See also


suspend fun getTarget(argument: suspend GetTargetPlainArgsBuilder.() -> Unit): GetTargetResult

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

argument

Builder for com.pulumi.azurenative.databasewatcher.kotlin.inputs.GetTargetPlainArgs.

See also