ArmLargeInstanceModelFactory.LargeInstancePatch Method

Definition

The type used for updating tags in AzureLargeInstance resources.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new LargeInstancePatch instance for mocking.

Applies to