ArmHciModelFactory.EdgeMachinePatch Method

Definition

Model for patching edge machine.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new EdgeMachinePatch instance for mocking.

Applies to