BindingResourcePropertiesArgs

data class BindingResourcePropertiesArgs(val bindingParameters: Output<Map<String, String>>? = null, val key: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<BindingResourcePropertiesArgs>

Binding resource properties payload

Constructors

Link copied to clipboard
constructor(bindingParameters: Output<Map<String, String>>? = null, key: Output<String>? = null, resourceId: Output<String>? = null)

Properties

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

Binding parameters of the Binding resource

Link copied to clipboard
val key: Output<String>? = null

The key of the bound resource

Link copied to clipboard
val resourceId: Output<String>? = null

The Azure resource id of the bound resource

Functions

Link copied to clipboard
open override fun toJava(): BindingResourcePropertiesArgs