ArmHDInsightModelFactory.HDInsightClusterCreationValidateContent Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreationValidateContent HDInsightClusterCreationValidateContent(Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<string> zones = default, Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreateOrUpdateProperties properties = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string name = default, string clusterCreateRequestValidationParametersType = default, Guid? tenantId = default, bool? fetchAaddsResource = default);
static member HDInsightClusterCreationValidateContent : Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * seq<string> * Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreateOrUpdateProperties * Azure.ResourceManager.Models.ManagedServiceIdentity * string * string * Nullable<Guid> * Nullable<bool> -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreationValidateContent
Public Shared Function HDInsightClusterCreationValidateContent (Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional properties As HDInsightClusterCreateOrUpdateProperties = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional name As String = Nothing, Optional clusterCreateRequestValidationParametersType As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional fetchAaddsResource As Nullable(Of Boolean) = Nothing) As HDInsightClusterCreationValidateContent

Parameters

location
Nullable<AzureLocation>

The location of the cluster.

tags
IDictionary<String,String>

The resource tags.

zones
IEnumerable<String>

The availability zones.

properties
HDInsightClusterCreateOrUpdateProperties

The cluster create parameters.

identity
ManagedServiceIdentity

The identity of the cluster, if configured.

name
String

The cluster name.

clusterCreateRequestValidationParametersType
String

The resource type.

tenantId
Nullable<Guid>

The tenant id.

fetchAaddsResource
Nullable<Boolean>

This indicates whether fetch Aadds resource or not.

Returns

A new HDInsightClusterCreationValidateContent instance for mocking.

Applies to