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