PodResourceClaimV1.ResourceClaimName 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 referenced resource claim associated with the pod. This is used to identify the resource claim that provides specific resources to the pod in a Kubernetes environment.
[YamlDotNet.Serialization.YamlMember(Alias="resourceClaimName")]
public string ResourceClaimName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceClaimName")>]
member this.ResourceClaimName : string with get, set
Public Property ResourceClaimName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute