ExternalMetricSourceV2.Target Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the target configuration for a metric in a Kubernetes-based context.
[YamlDotNet.Serialization.YamlMember(Alias="target")]
public Aspire.Hosting.Kubernetes.Resources.MetricTargetV2 Target { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="target")>]
member this.Target : Aspire.Hosting.Kubernetes.Resources.MetricTargetV2 with get, setPublic Property Target As MetricTargetV2Property Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The target specifies the desired state or value for a metric, which is used to define scaling behavior or monitor system performance. This includes the type of target, the desired value, and optionally the average value or utilization.