Freigeben über


IKubernetesClusterNode.DiskSizeGb Property

Definition

The size of the disk configured for this node. Allocations are measured in gibibytes.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The size of the disk configured for this node. Allocations are measured in gibibytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="diskSizeGB", Update=false)]
public long? DiskSizeGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The size of the disk configured for this node. Allocations are measured in gibibytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="diskSizeGB", Update=false)>]
member this.DiskSizeGb : Nullable<int64>
Public ReadOnly Property DiskSizeGb As Nullable(Of Long)

Property Value

Attributes

Applies to