ClusterComputeNodeProfile Class

Definition

The node profile.

public class ClusterComputeNodeProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeNodeProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeNodeProfile>
type ClusterComputeNodeProfile = class
    interface IJsonModel<ClusterComputeNodeProfile>
    interface IPersistableModel<ClusterComputeNodeProfile>
Public Class ClusterComputeNodeProfile
Implements IJsonModel(Of ClusterComputeNodeProfile), IPersistableModel(Of ClusterComputeNodeProfile)
Inheritance
ClusterComputeNodeProfile
Implements

Constructors

ClusterComputeNodeProfile(String, String, Int32)

Initializes a new instance of ClusterComputeNodeProfile.

Properties

Count

The number of virtual machines.

NodeProfileType

The node type.

VmSize

The virtual machine SKU.

Explicit Interface Implementations

IJsonModel<ClusterComputeNodeProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClusterComputeNodeProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterComputeNodeProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterComputeNodeProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClusterComputeNodeProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to