IpamPoolUpdateProperties 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
IpamPoolUpdateProperties() |
Initializes a new instance of the IpamPoolUpdateProperties class. |
IpamPoolUpdateProperties(String, String) |
Initializes a new instance of the IpamPoolUpdateProperties class. |
IpamPoolUpdateProperties()
Initializes a new instance of the IpamPoolUpdateProperties class.
public IpamPoolUpdateProperties ();
Public Sub New ()
Applies to
IpamPoolUpdateProperties(String, String)
Initializes a new instance of the IpamPoolUpdateProperties class.
public IpamPoolUpdateProperties (string description = default, string displayName = default);
new Microsoft.Azure.Management.Network.Models.IpamPoolUpdateProperties : string * string -> Microsoft.Azure.Management.Network.Models.IpamPoolUpdateProperties
Public Sub New (Optional description As String = Nothing, Optional displayName As String = Nothing)
Parameters
- description
- String
- displayName
- String
String representing a friendly name for the resource.