Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. API Version: 2020-06-01.

Link copied to clipboard
data class ConfigurationStoreArgs(val configStoreName: Output<String>? = null, val encryption: Output<EncryptionPropertiesArgs>? = null, val identity: Output<ResourceIdentityArgs>? = null, val location: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConfigurationStoreArgs>

The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. API Version: 2020-06-01.

Link copied to clipboard

The key-value resource along with all resource properties. API Version: 2020-07-01-preview.

Link copied to clipboard
data class KeyValueArgs(val configStoreName: Output<String>? = null, val contentType: Output<String>? = null, val keyValueName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val value: Output<String>? = null) : ConvertibleToJava<KeyValueArgs>

The key-value resource along with all resource properties. API Version: 2020-07-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A private endpoint connection API Version: 2020-06-01.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val configStoreName: Output<String>? = null, val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

A private endpoint connection API Version: 2020-06-01.

Functions

Link copied to clipboard
suspend fun keyValueResource(name: String, block: suspend KeyValueResourceBuilder.() -> Unit): KeyValue