Traffic Manager Azure Endpoint Args
constructor(alwaysServeEnabled: Output<Boolean>? = null, customHeaders: Output<List<TrafficManagerAzureEndpointCustomHeaderArgs>>? = null, enabled: Output<Boolean>? = null, geoMappings: Output<List<String>>? = null, name: Output<String>? = null, priority: Output<Int>? = null, profileId: Output<String>? = null, subnets: Output<List<TrafficManagerAzureEndpointSubnetArgs>>? = null, targetResourceId: Output<String>? = null, weight: Output<Int>? = null)