customerManagedKey

@JvmName(name = "wnqfgdohoonpjyon")
suspend fun customerManagedKey(value: Output<AccountCustomerManagedKeyArgs>)
@JvmName(name = "gbbxndtmmibtlfir")
suspend fun customerManagedKey(value: AccountCustomerManagedKeyArgs?)

Parameters

value

A customer_managed_key block as documented below.

Note: It's possible to define a Customer Managed Key both within either the customer_managed_key block or by using the azure.storage.CustomerManagedKey resource. However, it's not possible to use both methods to manage a Customer Managed Key for a Storage Account, since these will conflict. When using the azure.storage.CustomerManagedKey resource, you will need to use ignore_changes on the customer_managed_key block.


@JvmName(name = "jpnodxpftkuadamy")
suspend fun customerManagedKey(argument: suspend AccountCustomerManagedKeyArgsBuilder.() -> Unit)

Parameters

argument

A customer_managed_key block as documented below.

Note: It's possible to define a Customer Managed Key both within either the customer_managed_key block or by using the azure.storage.CustomerManagedKey resource. However, it's not possible to use both methods to manage a Customer Managed Key for a Storage Account, since these will conflict. When using the azure.storage.CustomerManagedKey resource, you will need to use ignore_changes on the customer_managed_key block.