ArmDependencyMapModelFactory.DependencyMapPatch 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 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.