NetworkIPConfiguration Constructors

Definition

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.ConstructorCompatibility.cs
Source:
NetworkIPConfiguration.cs

Initializes a new instance of the NetworkIPConfiguration class.

public NetworkIPConfiguration();
Public Sub New ()

Applies to

NetworkIPConfiguration(Boolean)

Source:
NetworkIPConfiguration.EffectiveSealCompatibility.cs

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

Applies to