你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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