Share via


ResourceMetricSourceV2.Name Property

Definition

Gets or sets the name of the resource to be monitored for Kubernetes scaling. This property identifies the specific resource type (e.g., CPU, memory, etc.) being targeted for metric evaluation.

[YamlDotNet.Serialization.YamlMember(Alias="name")]
public string Name { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to