GetConfigurationStoreResult

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)

Types

Link copied to clipboard
object Companion

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 DNS endpoint where the configuration store API will be available.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The managed identity information, if configured.

Link copied to clipboard

The location of the resource. This cannot be changed after the resource is created.

Link copied to clipboard

The name of the resource.

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.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.