ArmDependencyMapModelFactory.DependencyMapDiscoverySourcePatch Method

Definition

The type used for updating tags in DiscoverySourceResource resources.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new DependencyMapDiscoverySourcePatch instance for mocking.

Applies to