V0_2.ClusterOperator.Reference Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="reference_state", ApplyNamingConventions=false)]
public System.Collections.Generic.List<string> Reference { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="reference_state", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Reference : System.Collections.Generic.List<string> with get, set
Public Property Reference As List(Of String)

Property Value

List<String>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to