ArmNetAppModelFactory.NetAppCachePatch 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.
public static Azure.ResourceManager.NetApp.Models.NetAppCachePatch NetAppCachePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.NetApp.Models.NetAppCachePatchProperties properties = default);
static member NetAppCachePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.NetApp.Models.NetAppCachePatchProperties -> Azure.ResourceManager.NetApp.Models.NetAppCachePatch
Public Shared Function NetAppCachePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As NetAppCachePatchProperties = Nothing) As NetAppCachePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- properties
- NetAppCachePatchProperties
The resource-specific properties for this resource.
Returns
A new NetAppCachePatch instance for mocking.