ConfigurationStoreReplica

data class ConfigurationStoreReplica(val endpoint: String? = null, val id: String? = null, val location: String, val name: String)

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, id: String? = null, location: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

The URL of the App Configuration Replica.

Link copied to clipboard
val id: String? = null

The ID of the Access Key.

Link copied to clipboard

Specifies the supported Azure location where the replica exists.

Link copied to clipboard

Specifies the name of the replica.