ArmHDInsightModelFactory.HDInsightClusterPatch 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.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.