ResourceStatistics.AverageDiskGiB Property
Optional. Gets or sets the average used disk space in GiB across all nodes in the pool.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public double AverageDiskGiB { get; set; }
public:
property double AverageDiskGiB {
double get();
void set(double value);
}
member AverageDiskGiB : float with get, set
Public Property AverageDiskGiB As Double
Property Value
Type: System.Double
See Also
ResourceStatistics Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top