NetworkInterfaceResourceSettings Constructors

Definition

Overloads

NetworkInterfaceResourceSettings()

Initializes a new instance of the NetworkInterfaceResourceSettings class.

NetworkInterfaceResourceSettings(String, IDictionary<String,String>, IList<NicIpConfigurationResourceSettings>, Nullable<Boolean>)

Initializes a new instance of the NetworkInterfaceResourceSettings class.

NetworkInterfaceResourceSettings()

Initializes a new instance of the NetworkInterfaceResourceSettings class.

public NetworkInterfaceResourceSettings ();
Public Sub New ()

Applies to

NetworkInterfaceResourceSettings(String, IDictionary<String,String>, IList<NicIpConfigurationResourceSettings>, Nullable<Boolean>)

Initializes a new instance of the NetworkInterfaceResourceSettings class.

public NetworkInterfaceResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.NicIpConfigurationResourceSettings> ipConfigurations = default, bool? enableAcceleratedNetworking = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.NetworkInterfaceResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.NicIpConfigurationResourceSettings> * Nullable<bool> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.NetworkInterfaceResourceSettings
Public Sub New (targetResourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional ipConfigurations As IList(Of NicIpConfigurationResourceSettings) = Nothing, Optional enableAcceleratedNetworking As Nullable(Of Boolean) = Nothing)

Parameters

targetResourceName
String

Gets or sets the target Resource name.

tags
IDictionary<String,String>

Gets or sets the Resource tags.

ipConfigurations
IList<NicIpConfigurationResourceSettings>

Gets or sets the IP configurations of the NIC.

enableAcceleratedNetworking
Nullable<Boolean>

Gets or sets a value indicating whether accelerated networking is enabled.

Applies to