ClusterCapacity Class
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.
ClusterCapacity represents various details regarding compute capacity.
public class ClusterCapacity
type ClusterCapacity = class
Public Class ClusterCapacity
- Inheritance
-
ClusterCapacity
Properties
AvailableApplianceStorageGB |
The remaining appliance-based storage in GB available for workload use. |
AvailableCoreCount |
The remaining number of cores that are available in this cluster for workload use. |
AvailableHostStorageGB |
The remaining machine or host-based storage in GB available for workload use. |
AvailableMemoryGB |
The remaining memory in GB that are available in this cluster for workload use. |
TotalApplianceStorageGB |
The total appliance-based storage in GB supported by this cluster for workload use. |
TotalCoreCount |
The total number of cores that are supported by this cluster for workload use. |
TotalHostStorageGB |
The total machine or host-based storage in GB supported by this cluster for workload use. |
TotalMemoryGB |
The total memory supported by this cluster for workload use. |
Applies to
Azure SDK for .NET