NetworkIPConfiguration 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
| Name | Description |
|---|---|
| NetworkIPConfiguration() |
Initializes a new instance of the NetworkIPConfiguration class. |
| NetworkIPConfiguration(Boolean) |
Initializes a new instance of the NetworkIPConfiguration class. |
NetworkIPConfiguration()
- Source:
- NetworkIPConfiguration.cs
Initializes a new instance of the NetworkIPConfiguration class.
public NetworkIPConfiguration();
Public Sub New ()
Applies to
NetworkIPConfiguration(Boolean)
Initializes a new instance of the NetworkIPConfiguration class.
protected NetworkIPConfiguration(bool _);
new Azure.ResourceManager.Network.Models.NetworkIPConfiguration : bool -> Azure.ResourceManager.Network.Models.NetworkIPConfiguration
Protected Sub New (_ As Boolean)
Parameters
- _
- Boolean