MetricSpecV2.Object 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.
Gets or sets the Object metric source. The Object metric source indicates a metric that is measured on a specific Kubernetes object (for example, hits-per-second on an Ingress object). The current value of the metric is obtained from the described Kubernetes object.
[YamlDotNet.Serialization.YamlMember(Alias="object")]
public Aspire.Hosting.Kubernetes.Resources.ObjectMetricSourceV2 Object { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="object")>]
member this.Object : Aspire.Hosting.Kubernetes.Resources.ObjectMetricSourceV2 with get, set
Public Property Object As ObjectMetricSourceV2
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute