privateEndpointNetworkPolicies

@JvmName(name = "tpiuxaskntxqvrio")
suspend fun privateEndpointNetworkPolicies(value: Output<String>)
@JvmName(name = "vpcqylqqsqmmrehd")
suspend fun privateEndpointNetworkPolicies(value: String?)

Parameters

value

Enable or Disable network policies for the private endpoint on the subnet. Possible values are Disabled, Enabled, NetworkSecurityGroupEnabled and RouteTableEnabled. Defaults to Disabled.

NOTE: If you don't want to use network policies like user-defined Routes and Network Security Groups, you need to set private_endpoint_network_policies in the subnet to Disabled. This setting only applies to Private Endpoints in the Subnet and affects all Private Endpoints in the Subnet. For other resources in the Subnet, access is controlled based via the Network Security Group which can be configured using the azure.network.SubnetNetworkSecurityGroupAssociation resource. NOTE: If you want to use network policies like user-defined Routes and Network Security Groups, you need to set the private_endpoint_network_policies in the Subnet to Enabled/NetworkSecurityGroupEnabled/RouteTableEnabled. This setting only applies to Private Endpoints in the Subnet and affects all Private Endpoints in the Subnet. For other resources in the Subnet, access is controlled based via the Network Security Group which can be configured using the azure.network.SubnetNetworkSecurityGroupAssociation resource. NOTE: See more details from Manage network policies for Private Endpoints.