ArmHardwareSecurityModulesModelFactory.CloudHsmClusterPatch 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.
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.