CreateOrUpdateKubeBase.NodeOsDiskSize Property

Definition

[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

Applies to