EdgeClusterCapacityViewInfo 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 Compute Data.
public class EdgeClusterCapacityViewInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterCapacityViewInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterCapacityViewInfo>
public class EdgeClusterCapacityViewInfo
type EdgeClusterCapacityViewInfo = class
interface IJsonModel<EdgeClusterCapacityViewInfo>
interface IPersistableModel<EdgeClusterCapacityViewInfo>
type EdgeClusterCapacityViewInfo = class
Public Class EdgeClusterCapacityViewInfo
Implements IJsonModel(Of EdgeClusterCapacityViewInfo), IPersistableModel(Of EdgeClusterCapacityViewInfo)
Public Class EdgeClusterCapacityViewInfo
- Inheritance
-
EdgeClusterCapacityViewInfo
- Implements
Constructors
EdgeClusterCapacityViewInfo() |
Initializes a new instance of EdgeClusterCapacityViewInfo. |
Properties
Fqdn |
The FQDN of the cluster. |
GpuCapacity |
The cluster's GPU capacity. |
LastRefreshedOn |
The last time at which the ClusterCapacityViewData was set. |
MemoryCapacity |
The cluster's memory capacity. |
TotalProvisionedNonHpnCores |
The total # of vCPUs provisioned by non-HPN VM per appliance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdgeClusterCapacityViewInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdgeClusterCapacityViewInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdgeClusterCapacityViewInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdgeClusterCapacityViewInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdgeClusterCapacityViewInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET