ArmNetworkModelFactory.IpamPoolUpdateProperties(String, String) 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.IpamPoolUpdateProperties IpamPoolUpdateProperties(string description = default, string displayName = default);
static member IpamPoolUpdateProperties : string * string -> Azure.ResourceManager.Network.Models.IpamPoolUpdateProperties
Public Shared Function IpamPoolUpdateProperties (Optional description As String = Nothing, Optional displayName As String = Nothing) As IpamPoolUpdateProperties
Parameters
- description
- String
- displayName
- String
String representing a friendly name for the resource.
Returns
A new IpamPoolUpdateProperties instance for mocking.