ArmHDInsightModelFactory.HDInsightClusterCreationValidateContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
A new HDInsightClusterCreationValidateContent instance for mocking.