ResourceStatistics.AverageCpuPercentage Property

 

Optional. Gets or sets the average CPU usage across all nodes in the pool (percentage per node).

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public double AverageCpuPercentage { get; set; }
public:
property double AverageCpuPercentage {
    double get();
    void set(double value);
}
member AverageCpuPercentage : float with get, set
Public Property AverageCpuPercentage As Double

Property Value

Type: System.Double

See Also

ResourceStatistics Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top