EphemeralContainerV1.Resources 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 the compute resource requirements for the ephemeral container.
[YamlDotNet.Serialization.YamlMember(Alias="resources")]
public Aspire.Hosting.Kubernetes.Resources.ResourceRequirementsV1? Resources { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resources")>]
member this.Resources : Aspire.Hosting.Kubernetes.Resources.ResourceRequirementsV1 with get, set
Public Property Resources As ResourceRequirementsV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute