ArmNetworkModelFactory.IpamPoolPatch 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.Network.Models.IpamPoolPatch IpamPoolPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Network.Models.IpamPoolUpdateProperties properties = default);
static member IpamPoolPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Network.Models.IpamPoolUpdateProperties -> Azure.ResourceManager.Network.Models.IpamPoolPatch
Public Shared Function IpamPoolPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As IpamPoolUpdateProperties = Nothing) As IpamPoolPatch
Parameters
- tags
- IDictionary<String,String>
Dictionary of <string>.
- properties
- IpamPoolUpdateProperties
Represents the IpamPool update properties.
Returns
A new IpamPoolPatch instance for mocking.