Share via


HDInsightClusterCreateOrUpdateProperties Class

Definition

The cluster create parameters.

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

Constructors

HDInsightClusterCreateOrUpdateProperties()

Initializes a new instance of HDInsightClusterCreateOrUpdateProperties.

Properties

ClusterDefinition

The cluster definition.

ClusterVersion

The version of the cluster.

ComputeIsolationProperties

The compute isolation properties.

ComputeRoles

The list of roles in the cluster.

DiskEncryptionProperties

The disk encryption properties.

IsEncryptionInTransitEnabled

Indicates whether or not inter cluster node communication is encrypted in transit.

KafkaRestProperties

The cluster kafka rest proxy configuration.

MinSupportedTlsVersion

The minimal supported tls version.

NetworkProperties

The network properties.

OSType

The type of operating system.

PrivateLinkConfigurations

The private link configurations.

SecurityProfile

The security profile.

StorageAccounts

The list of storage accounts in the cluster.

Tier

The cluster tier.

Explicit Interface Implementations

IJsonModel<HDInsightClusterCreateOrUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterCreateOrUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterCreateOrUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterCreateOrUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterCreateOrUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to