Share via


ContainerResourceMetricSourceV2.Target Property

Definition

Specifies the target for the metric being monitored in a container. Represents an instance of MetricTargetV2 which defines the thresholds and values for the metric.

[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