ObjectMetricSourceV2.DescribedObject 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.
Represents the Kubernetes object being described in the metric source.
[YamlDotNet.Serialization.YamlMember(Alias="describedObject")]
public Aspire.Hosting.Kubernetes.Resources.CrossVersionObjectReferenceV2 DescribedObject { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="describedObject")>]
member this.DescribedObject : Aspire.Hosting.Kubernetes.Resources.CrossVersionObjectReferenceV2 with get, setPublic Property DescribedObject As CrossVersionObjectReferenceV2Property Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The DescribedObject property is a reference to the specific object in the Kubernetes cluster to which the metric source applies. This enables metrics to be collected and applied to custom resources beyond built-in Kubernetes objects.