AdditionalNetworkInterfaceConfiguration interface
Specifies the settings for a network interface to attach to the node type.
Properties
dscp |
Specifies the DSCP configuration to apply to the network interface. |
enable |
Specifies whether the network interface is accelerated networking-enabled. |
ip |
Specifies the IP configurations of the network interface. |
name | Name of the network interface. |
Property Details
dscpConfiguration
Specifies the DSCP configuration to apply to the network interface.
dscpConfiguration?: SubResource
Property Value
enableAcceleratedNetworking
Specifies whether the network interface is accelerated networking-enabled.
enableAcceleratedNetworking?: boolean
Property Value
boolean
ipConfigurations
Specifies the IP configurations of the network interface.
ipConfigurations: IpConfiguration[]
Property Value
name
Name of the network interface.
name: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript