Share via


ClusterComputeProfile Class

Definition

The compute profile.

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

Constructors

ClusterComputeProfile(IEnumerable<ClusterComputeNodeProfile>)

Initializes a new instance of ClusterComputeProfile.

Properties

AvailabilityZones

The list of Availability zones to use for AKS VMSS nodes.

Nodes

The nodes definitions.

Explicit Interface Implementations

IJsonModel<ClusterComputeProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterComputeProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterComputeProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterComputeProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterComputeProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to