IpamPoolUpdate Constructors
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.
Overloads
IpamPoolUpdate() |
Initializes a new instance of the IpamPoolUpdate class. |
IpamPoolUpdate(IDictionary<String,String>, IpamPoolUpdateProperties) |
Initializes a new instance of the IpamPoolUpdate class. |
IpamPoolUpdate()
Initializes a new instance of the IpamPoolUpdate class.
public IpamPoolUpdate ();
Public Sub New ()
Applies to
IpamPoolUpdate(IDictionary<String,String>, IpamPoolUpdateProperties)
Initializes a new instance of the IpamPoolUpdate class.
public IpamPoolUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.IpamPoolUpdateProperties properties = default);
new Microsoft.Azure.Management.Network.Models.IpamPoolUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.IpamPoolUpdateProperties -> Microsoft.Azure.Management.Network.Models.IpamPoolUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As IpamPoolUpdateProperties = Nothing)
Parameters
- tags
- IDictionary<String,String>
Dictionary of <string>
- properties
- IpamPoolUpdateProperties
Represents the IpamPool update properties.