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
constructor(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)
Properties
Link copied to clipboard
The creation date of configuration store.
Link copied to clipboard
The encryption settings of the configuration store.
Link copied to clipboard
The managed identity information, if configured.
Link copied to clipboard
The list of private endpoint connections that are set up for this resource.
Link copied to clipboard
The provisioning state of the configuration store.
Link copied to clipboard
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
Link copied to clipboard
The sku of the configuration store.