HDInsightClusterCreationValidateContent Class

Definition

The cluster create request specification.

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

Constructors

HDInsightClusterCreationValidateContent()

Initializes a new instance of HDInsightClusterCreationValidateContent.

Properties

ClusterCreateRequestValidationParametersType

The resource type.

FetchAaddsResource

This indicates whether fetch Aadds resource or not.

Identity

The identity of the cluster, if configured.

(Inherited from HDInsightClusterCreateOrUpdateContent)
Location

The location of the cluster.

(Inherited from HDInsightClusterCreateOrUpdateContent)
Name

The cluster name.

Properties

The cluster create parameters.

(Inherited from HDInsightClusterCreateOrUpdateContent)
Tags

The resource tags.

(Inherited from HDInsightClusterCreateOrUpdateContent)
TenantId

The tenant id.

Zones

The availability zones.

(Inherited from HDInsightClusterCreateOrUpdateContent)

Explicit Interface Implementations

IJsonModel<HDInsightClusterCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from HDInsightClusterCreateOrUpdateContent)
IJsonModel<HDInsightClusterCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from HDInsightClusterCreateOrUpdateContent)
IJsonModel<HDInsightClusterCreationValidateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterCreationValidateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from HDInsightClusterCreateOrUpdateContent)
IPersistableModel<HDInsightClusterCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from HDInsightClusterCreateOrUpdateContent)
IPersistableModel<HDInsightClusterCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from HDInsightClusterCreateOrUpdateContent)
IPersistableModel<HDInsightClusterCreationValidateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterCreationValidateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterCreationValidateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to