OwnerReferenceV1.Controller 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.
A property that indicates whether the current object is a controller for the associated resource. If true, it signifies that this object actively manages the resource and ensures its state matches the desired state defined by the controller.
[YamlDotNet.Serialization.YamlMember(Alias="controller")]
public bool? Controller { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="controller")>]
member this.Controller : Nullable<bool> with get, set
Public Property Controller As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute