Package-level declarations
Types
Link copied to clipboard
object AppconfigurationFunctions
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
Builder for ConfigurationStoreArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ConfigurationStore.
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
class KeyValueArgsBuilder
Builder for KeyValueArgs.
Link copied to clipboard
Link copied to clipboard
class KeyValueResourceBuilder
Builder for KeyValue.
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.
Link copied to clipboard
Builder for PrivateEndpointConnectionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PrivateEndpointConnection.
Functions
Link copied to clipboard
suspend fun configurationStore(name: String, block: suspend ConfigurationStoreResourceBuilder.() -> Unit): ConfigurationStore
Link copied to clipboard
suspend fun privateEndpointConnection(name: String, block: suspend PrivateEndpointConnectionResourceBuilder.() -> Unit): PrivateEndpointConnection