Share via


NetworkInterfacePropertiesFormat interface

NetworkInterface properties.

Properties

auxiliaryMode

Auxiliary mode of Network Interface resource.

disableTcpStateTracking

Indicates whether to disable tcp state tracking.

dnsSettings

The DNS settings in network interface.

enableAcceleratedNetworking

If the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking.

enableIPForwarding

Indicates whether IP forwarding is enabled on this network interface.

ipConfigurations

A list of IPConfigurations of the network interface.

migrationPhase

Migration phase of Network Interface resource.

networkSecurityGroup

The reference to the NetworkSecurityGroup resource.

nicType

Type of Network Interface resource.

privateLinkService

Privatelinkservice of the network interface resource.

workloadType

WorkloadType of the NetworkInterface for BareMetal resources

Property Details

auxiliaryMode

Auxiliary mode of Network Interface resource.

auxiliaryMode?: "None" | "MaxConnections" | "Floating"

Property Value

"None" | "MaxConnections" | "Floating"

disableTcpStateTracking

Indicates whether to disable tcp state tracking.

disableTcpStateTracking?: boolean

Property Value

boolean

dnsSettings

The DNS settings in network interface.

dnsSettings?: NetworkInterfaceDnsSettings

Property Value

enableAcceleratedNetworking

If the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking.

enableAcceleratedNetworking?: boolean

Property Value

boolean

enableIPForwarding

Indicates whether IP forwarding is enabled on this network interface.

enableIPForwarding?: boolean

Property Value

boolean

ipConfigurations

A list of IPConfigurations of the network interface.

ipConfigurations?: NetworkInterfaceIPConfiguration[]

Property Value

migrationPhase

Migration phase of Network Interface resource.

migrationPhase?: "None" | "Prepare" | "Commit" | "Abort" | "Committed"

Property Value

"None" | "Prepare" | "Commit" | "Abort" | "Committed"

networkSecurityGroup

The reference to the NetworkSecurityGroup resource.

networkSecurityGroup?: NetworkSecurityGroup

Property Value

nicType

Type of Network Interface resource.

nicType?: "Standard" | "Elastic"

Property Value

"Standard" | "Elastic"

privateLinkService

Privatelinkservice of the network interface resource.

privateLinkService?: PrivateLinkService

Property Value

workloadType

WorkloadType of the NetworkInterface for BareMetal resources

workloadType?: string

Property Value

string