NetworkInterfacePropertiesFormat interface
NetworkInterface properties.
Properties
| auxiliary |
Auxiliary mode of Network Interface resource. |
| disable |
Indicates whether to disable tcp state tracking. |
| dns |
The DNS settings in network interface. |
| enable |
If the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking. |
| enable |
Indicates whether IP forwarding is enabled on this network interface. |
| ip |
A list of IPConfigurations of the network interface. |
| migration |
Migration phase of Network Interface resource. |
| network |
The reference to the NetworkSecurityGroup resource. |
| nic |
Type of Network Interface resource. |
| private |
Privatelinkservice of the network interface resource. |
| workload |
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