ArmAppNetworkModelFactory.AppLinkMemberPatch 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 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.