PodResourceClaimV1.ResourceClaimTemplateName 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 resource claim template associated with the pod. This property specifies the template to be used for creating a resource claim dynamically, enabling resource allocation for the pod.
[YamlDotNet.Serialization.YamlMember(Alias="resourceClaimTemplateName")]
public string ResourceClaimTemplateName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceClaimTemplateName")>]
member this.ResourceClaimTemplateName : string with get, set
Public Property ResourceClaimTemplateName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute