次の方法で共有


MetricSpecV2.Object Property

Definition

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

Applies to