Freigeben über


ArmAppNetworkModelFactory.AppLinkPatch Method

Definition

The type used for update operations of the AppLink.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new AppLinkPatch instance for mocking.

Applies to