TypedObjectReferenceV1.ApiGroup 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 API group for the referenced resource. This typically specifies the group under which the Kubernetes resource is classified, for example, "apps", "core", or other custom API groups.
[YamlDotNet.Serialization.YamlMember(Alias="apiGroup")]
public string ApiGroup { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="apiGroup")>]
member this.ApiGroup : string with get, setPublic Property ApiGroup As StringProperty Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute