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
public class ClusterCapacity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity>
type ClusterCapacity = class
type ClusterCapacity = class
interface IJsonModel<ClusterCapacity>
interface IPersistableModel<ClusterCapacity>
Public Class ClusterCapacity
Public Class ClusterCapacity
Implements IJsonModel(Of ClusterCapacity), IPersistableModel(Of ClusterCapacity)
- Inheritance
-
ClusterCapacity
- Implements
Properties
AvailableApplianceStorageGB |
The remaining appliance-based storage in GB available for workload use. Measured in gibibytes. |
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. Measured in gibibytes. |
AvailableMemoryGB |
The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes. |
TotalApplianceStorageGB |
The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes. |
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. Measured in gibibytes. |
TotalMemoryGB |
The total memory supported by this cluster for workload use. Measured in gibibytes. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ClusterCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterCapacity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterCapacity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterCapacity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET