privateLinkAccesses

@JvmName(name = "ekrtyriqymsjsoon")
suspend fun privateLinkAccesses(value: Output<List<AccountNetworkRulesPrivateLinkAccessArgs>>)
@JvmName(name = "upxxnmymthfkkeqw")
suspend fun privateLinkAccesses(value: List<AccountNetworkRulesPrivateLinkAccessArgs>?)

Parameters

value

One or more private_link_access block as defined below.

Note: If specifying network_rules, one of either ip_rules or virtual_network_subnet_ids must be specified and default_action must be set to Deny. Note: Network Rules can be defined either directly on the azure.storage.Account resource, or using the azure.storage.AccountNetworkRules resource - but the two cannot be used together. If both are used against the same Storage Account, spurious changes will occur. When managing Network Rules using this resource, to change from a default_action of Deny to Allow requires defining, rather than removing, the block. Note: The prefix of ip_rules must be between 0 and 30 and only supports public IP addresses. Note: More information on Validation is available here


@JvmName(name = "ilcuqbiygqvejqhw")
suspend fun privateLinkAccesses(vararg values: Output<AccountNetworkRulesPrivateLinkAccessArgs>)


@JvmName(name = "tiwscsgotbltrcqh")
suspend fun privateLinkAccesses(values: List<Output<AccountNetworkRulesPrivateLinkAccessArgs>>)
@JvmName(name = "tildbetdvktfpfob")
suspend fun privateLinkAccesses(vararg values: AccountNetworkRulesPrivateLinkAccessArgs)

Parameters

values

One or more private_link_access block as defined below.

Note: If specifying network_rules, one of either ip_rules or virtual_network_subnet_ids must be specified and default_action must be set to Deny. Note: Network Rules can be defined either directly on the azure.storage.Account resource, or using the azure.storage.AccountNetworkRules resource - but the two cannot be used together. If both are used against the same Storage Account, spurious changes will occur. When managing Network Rules using this resource, to change from a default_action of Deny to Allow requires defining, rather than removing, the block. Note: The prefix of ip_rules must be between 0 and 30 and only supports public IP addresses. Note: More information on Validation is available here


@JvmName(name = "swkvkixjxofxaykc")
suspend fun privateLinkAccesses(argument: List<suspend AccountNetworkRulesPrivateLinkAccessArgsBuilder.() -> Unit>)
@JvmName(name = "tuqjtbulnmkgtoef")
suspend fun privateLinkAccesses(vararg argument: suspend AccountNetworkRulesPrivateLinkAccessArgsBuilder.() -> Unit)
@JvmName(name = "sovfmipixupmsfai")
suspend fun privateLinkAccesses(argument: suspend AccountNetworkRulesPrivateLinkAccessArgsBuilder.() -> Unit)

Parameters

argument

One or more private_link_access block as defined below.

Note: If specifying network_rules, one of either ip_rules or virtual_network_subnet_ids must be specified and default_action must be set to Deny. Note: Network Rules can be defined either directly on the azure.storage.Account resource, or using the azure.storage.AccountNetworkRules resource - but the two cannot be used together. If both are used against the same Storage Account, spurious changes will occur. When managing Network Rules using this resource, to change from a default_action of Deny to Allow requires defining, rather than removing, the block. Note: The prefix of ip_rules must be between 0 and 30 and only supports public IP addresses. Note: More information on Validation is available here