ArmDependencyMapModelFactory.DependencyMapPatch Method

Definition

The type used for updating tags in MapsResource resources.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new DependencyMapPatch instance for mocking.

Applies to