Get Configuration Store Result
data class GetConfigurationStoreResult(val encryptions: List<GetConfigurationStoreEncryption>, val endpoint: String, val id: String, val identities: List<GetConfigurationStoreIdentity>, val localAuthEnabled: Boolean, val location: String, val name: String, val primaryReadKeys: List<GetConfigurationStorePrimaryReadKey>, val primaryWriteKeys: List<GetConfigurationStorePrimaryWriteKey>, val publicNetworkAccess: String, val publicNetworkAccessEnabled: Boolean, val purgeProtectionEnabled: Boolean, val replicas: List<GetConfigurationStoreReplica>, val resourceGroupName: String, val secondaryReadKeys: List<GetConfigurationStoreSecondaryReadKey>, val secondaryWriteKeys: List<GetConfigurationStoreSecondaryWriteKey>, val sku: String, val softDeleteRetentionDays: Int, val tags: Map<String, String>)
A collection of values returned by getConfigurationStore.
Constructors
Link copied to clipboard
fun GetConfigurationStoreResult(encryptions: List<GetConfigurationStoreEncryption>, endpoint: String, id: String, identities: List<GetConfigurationStoreIdentity>, localAuthEnabled: Boolean, location: String, name: String, primaryReadKeys: List<GetConfigurationStorePrimaryReadKey>, primaryWriteKeys: List<GetConfigurationStorePrimaryWriteKey>, publicNetworkAccess: String, publicNetworkAccessEnabled: Boolean, purgeProtectionEnabled: Boolean, replicas: List<GetConfigurationStoreReplica>, resourceGroupName: String, secondaryReadKeys: List<GetConfigurationStoreSecondaryReadKey>, secondaryWriteKeys: List<GetConfigurationStoreSecondaryWriteKey>, sku: String, softDeleteRetentionDays: Int, tags: Map<String, String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard