ResourceRequirementsV1.Claims 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 a collection of resource claims associated with the resource requirements. Each claim defines specific resource requests or constraints.
[YamlDotNet.Serialization.YamlMember(Alias="claims")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ResourceClaimV1> Claims { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="claims")>]
member this.Claims : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ResourceClaimV1>
Public ReadOnly Property Claims As List(Of ResourceClaimV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute