ArmHardwareSecurityModulesModelFactory.CloudHsmClusterPatch Method

Definition

Patchable properties of the Cloud HSM Cluster.

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

Parameters

tags
IDictionary<String,String>

The Cloud HSM Cluster's tags.

identity
ManagedServiceIdentity

Managed service identity (system assigned and/or user assigned identities).

Returns

A new CloudHsmClusterPatch instance for mocking.

Applies to