ContainerResourceMetricSourceV2.Container 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 name of the container associated with the metric. It specifies the container within a pod to which the resource metric applies.
[YamlDotNet.Serialization.YamlMember(Alias="container")]
public string Container { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="container")>]
member this.Container : string with get, set
Public Property Container As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute