NewKubeBase.NodeVmSetType 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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "AvailabilitySet", "VirtualMachineScaleSets" })]
[System.Management.Automation.Parameter(HelpMessage="Represents types of an node pool. Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'", Mandatory=false)]
public string NodeVmSetType { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "AvailabilitySet", "VirtualMachineScaleSets" })>]
[<System.Management.Automation.Parameter(HelpMessage="Represents types of an node pool. Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'", Mandatory=false)>]
member this.NodeVmSetType : string with get, set
Public Property NodeVmSetType As String
Property Value
- Attributes