EdgeClusterGpuCapacity 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.
Cluster GPU Data.
public class EdgeClusterGpuCapacity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterGpuCapacity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterGpuCapacity>
public class EdgeClusterGpuCapacity
type EdgeClusterGpuCapacity = class
interface IJsonModel<EdgeClusterGpuCapacity>
interface IPersistableModel<EdgeClusterGpuCapacity>
type EdgeClusterGpuCapacity = class
Public Class EdgeClusterGpuCapacity
Implements IJsonModel(Of EdgeClusterGpuCapacity), IPersistableModel(Of EdgeClusterGpuCapacity)
Public Class EdgeClusterGpuCapacity
- Inheritance
-
EdgeClusterGpuCapacity
- Implements
Constructors
EdgeClusterGpuCapacity() |
Initializes a new instance of EdgeClusterGpuCapacity. |
Properties
GpuFreeUnitsCount |
The free GPU units count in the cluster. |
GpuReservedForFailoverUnitsCount |
The GPU units count reserved for failover in the cluster. |
GpuTotalUnitsCount |
The total GPU units count in the cluster. |
GpuType |
The cluster GPU Type. |
GpuUsedUnitsCount |
The used GPU units count in the cluster. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdgeClusterGpuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdgeClusterGpuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdgeClusterGpuCapacity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdgeClusterGpuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdgeClusterGpuCapacity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET