ClusterCreateRequestValidationParameters Class

Definition

The cluster create request specification.

public class ClusterCreateRequestValidationParameters : Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended
type ClusterCreateRequestValidationParameters = class
    inherit ClusterCreateParametersExtended
Public Class ClusterCreateRequestValidationParameters
Inherits ClusterCreateParametersExtended
Inheritance
ClusterCreateRequestValidationParameters

Constructors

ClusterCreateRequestValidationParameters()

Initializes a new instance of the ClusterCreateRequestValidationParameters class.

ClusterCreateRequestValidationParameters(String, IDictionary<String, String>, IList<String>, ClusterCreateProperties, ClusterIdentity, String, String, String, Nullable<Boolean>)

Initializes a new instance of the ClusterCreateRequestValidationParameters class.

Properties

FetchAaddsResource

Gets or sets this indicates whether fetch Aadds resource or not.

Identity

Gets or sets the identity of the cluster, if configured.

(Inherited from ClusterCreateParametersExtended)
Location

Gets or sets the location of the cluster.

(Inherited from ClusterCreateParametersExtended)
Name

Gets or sets the cluster name.

Properties

Gets or sets the cluster create parameters.

(Inherited from ClusterCreateParametersExtended)
Tags

Gets or sets the resource tags.

(Inherited from ClusterCreateParametersExtended)
TenantId

Gets or sets the tenant id.

Type

Gets or sets the resource type.

Zones

Gets or sets the availability zones.

(Inherited from ClusterCreateParametersExtended)

Applies to