Get Configuration Store Result
data class GetConfigurationStoreResult(val creationDate: String, val encryption: EncryptionPropertiesResponse? = null, val endpoint: String, val id: String, val identity: ResourceIdentityResponse? = null, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionReferenceResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: SkuResponse, val tags: Map<String, String>? = null, val type: String)
The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
Constructors
Link copied to clipboard
fun GetConfigurationStoreResult(creationDate: String, encryption: EncryptionPropertiesResponse? = null, endpoint: String, id: String, identity: ResourceIdentityResponse? = null, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionReferenceResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: SkuResponse, tags: Map<String, String>? = null, type: String)