getReplica

Gets the properties of the specified replica. Azure REST API version: 2023-03-01.

Return

The replica resource.

Parameters

argument

null


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

Return

The replica resource.

See also

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.


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

Return

The replica resource.

See also

Parameters

argument

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