ArmLargeInstanceModelFactory.LargeInstancePatch 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.
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.