IUpdateRun.NodeImageSelectionType 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.
The node image upgrade type.
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleter(new System.String[] { "Latest", "Consistent" })]
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="The node image upgrade type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)]
public string NodeImageSelectionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.PSArgumentCompleter(new System.String[] { "Latest", "Consistent" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="The node image upgrade type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)>]
member this.NodeImageSelectionType : string with get, set
Public Property NodeImageSelectionType As String
Property Value
- Attributes