getReplica

Gets the properties of the specified replica. Uses Azure REST API version 2024-05-01. Other available API versions: 2023-03-01, 2023-08-01-preview, 2023-09-01-preview, 2024-06-01, 2024-06-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appconfiguration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The replica resource.

Parameters

argument

null


suspend fun getReplica(configStoreName: String, replicaName: String, resourceGroupName: String): GetReplicaResult

Return

The replica resource.

Parameters

configStoreName

The name of the configuration store.

replicaName

The name of the replica.

resourceGroupName

The name of the resource group to which the container registry belongs.

See also


suspend fun getReplica(argument: suspend GetReplicaPlainArgsBuilder.() -> Unit): GetReplicaResult

Return

The replica resource.

Parameters

argument

Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.GetReplicaPlainArgs.

See also