ArmIotOperationsModelFactory.IotOperationsInstancePatch Method

Definition

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

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new IotOperationsInstancePatch instance for mocking.

Applies to