Condividi tramite


ArmAppNetworkModelFactory.AppLinkMemberPatch Method

Definition

The type used for update operations of the AppLinkMember.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
AppLinkMemberUpdateProperties

The resource-specific properties for this resource.

Returns

A new AppLinkMemberPatch instance for mocking.

Applies to