StatefulSetOrdinalsV1.Start 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 starting ordinal value for the StatefulSet instances. This property defines the initial index from which the StatefulSet instances will begin counting.
[YamlDotNet.Serialization.YamlMember(Alias="start")]
public int? Start { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="start")>]
member this.Start : Nullable<int> with get, set
Public Property Start As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute