privateLinkServiceNetworkPoliciesEnabled

@JvmName(name = "ycsfxocuuffcolcr")
suspend fun privateLinkServiceNetworkPoliciesEnabled(value: Output<Boolean>)
@JvmName(name = "tpgvbofboeflqxag")
suspend fun privateLinkServiceNetworkPoliciesEnabled(value: Boolean?)

Parameters

value

Enable or Disable network policies for the private link service on the subnet. Defaults to true.

NOTE: When configuring Azure Private Link service, the explicit setting private_link_service_network_policies_enabled must be set to false in the subnet since Private Link Service does not support network policies like user-defined Routes and Network Security Groups. This setting only affects the Private Link service. For other resources in the subnet, access is controlled based on the Network Security Group which can be configured using the azure.network.SubnetNetworkSecurityGroupAssociation resource. See more details from Manage network policies for Private Link Services.