PrivateEndpointArgs

constructor(applicationSecurityGroups: Output<List<ApplicationSecurityGroupArgs>>? = null, customDnsConfigs: Output<List<CustomDnsConfigPropertiesFormatArgs>>? = null, customNetworkInterfaceName: Output<String>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, id: Output<String>? = null, ipConfigurations: Output<List<PrivateEndpointIPConfigurationArgs>>? = null, location: Output<String>? = null, manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, privateEndpointName: Output<String>? = null, privateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, resourceGroupName: Output<String>? = null, subnet: Output<SubnetArgs>? = null, tags: Output<Map<String, String>>? = null)