CreateOrUpdateKubeBase.NodeOsDiskSize 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.
[System.Management.Automation.Parameter(HelpMessage="The default number of nodes for the node pools.", Mandatory=false)]
public int NodeOsDiskSize { get; set; }
[System.Management.Automation.Parameter(HelpMessage="OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.", Mandatory=false)]
public int NodeOsDiskSize { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The default number of nodes for the node pools.", Mandatory=false)>]
member this.NodeOsDiskSize : int with get, set
[<System.Management.Automation.Parameter(HelpMessage="OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.", Mandatory=false)>]
member this.NodeOsDiskSize : int with get, set
Public Property NodeOsDiskSize As Integer
Property Value
- Attributes