Share via


ResourceMetricSourceV2.Target Property

Definition

Gets or sets the target details for the resource metric. This property defines the specifications for the desired target values or metrics that the resource should aim to maintain, such as average value, utilization, or specific value thresholds.

[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, set
Public Property Target As MetricTargetV2

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to