NetworkInterface interface
A network interface in a resource group.
- Extends
Properties
| dns |
The DNS settings in network interface. |
| enable |
If the network interface is accelerated networking enabled. |
| enable |
Indicates whether IP forwarding is enabled on this network interface. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| hosted |
A list of references to linked BareMetal resources NOTE: This property will not be serialized. It can only be populated by the server. |
| interface |
A reference to the interface endpoint to which the network interface is linked. NOTE: This property will not be serialized. It can only be populated by the server. |
| ip |
A list of IPConfigurations of the network interface. |
| mac |
The MAC address of the network interface. |
| network |
The reference of the NetworkSecurityGroup resource. |
| primary | Gets whether this is a primary network interface on a virtual machine. |
| provisioning |
The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
| resource |
The resource GUID property of the network interface resource. |
| tap |
A list of TapConfigurations of the network interface. |
| virtual |
The reference of a virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dnsSettings
The DNS settings in network interface.
dnsSettings?: NetworkInterfaceDnsSettings
Property Value
enableAcceleratedNetworking
If the network interface is accelerated networking enabled.
enableAcceleratedNetworking?: boolean
Property Value
boolean
enableIPForwarding
Indicates whether IP forwarding is enabled on this network interface.
enableIPForwarding?: boolean
Property Value
boolean
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
hostedWorkloads
A list of references to linked BareMetal resources NOTE: This property will not be serialized. It can only be populated by the server.
hostedWorkloads?: string[]
Property Value
string[]
interfaceEndpoint
A reference to the interface endpoint to which the network interface is linked. NOTE: This property will not be serialized. It can only be populated by the server.
interfaceEndpoint?: InterfaceEndpoint
Property Value
ipConfigurations
A list of IPConfigurations of the network interface.
ipConfigurations?: NetworkInterfaceIPConfiguration[]
Property Value
macAddress
The MAC address of the network interface.
macAddress?: string
Property Value
string
networkSecurityGroup
The reference of the NetworkSecurityGroup resource.
networkSecurityGroup?: NetworkSecurityGroup
Property Value
primary
Gets whether this is a primary network interface on a virtual machine.
primary?: boolean
Property Value
boolean
provisioningState
The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the network interface resource.
resourceGuid?: string
Property Value
string
tapConfigurations
A list of TapConfigurations of the network interface.
tapConfigurations?: NetworkInterfaceTapConfiguration[]
Property Value
virtualMachine
The reference of a virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
virtualMachine?: SubResource
Property Value
Inherited Property Details
id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type