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