IpamPoolsDeleteHeaders 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
IpamPoolsDeleteHeaders() |
Initializes a new instance of the IpamPoolsDeleteHeaders class. |
IpamPoolsDeleteHeaders(String) |
Initializes a new instance of the IpamPoolsDeleteHeaders class. |
IpamPoolsDeleteHeaders()
Initializes a new instance of the IpamPoolsDeleteHeaders class.
public IpamPoolsDeleteHeaders ();
Public Sub New ()
Applies to
IpamPoolsDeleteHeaders(String)
Initializes a new instance of the IpamPoolsDeleteHeaders class.
public IpamPoolsDeleteHeaders (string location = default);
new Microsoft.Azure.Management.Network.Models.IpamPoolsDeleteHeaders : string -> Microsoft.Azure.Management.Network.Models.IpamPoolsDeleteHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String