ArmHDInsightModelFactory.HDInsightClusterPatch Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterPatch HDInsightClusterPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member HDInsightClusterPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterPatch
Public Shared Function HDInsightClusterPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As HDInsightClusterPatch

Parameters

tags
IDictionary<String,String>

The resource tags.

identity
ManagedServiceIdentity

The identity of the cluster, if configured. Setting this property will override the existing identity configuration of the cluster.

Returns

A new HDInsightClusterPatch instance for mocking.

Applies to