Skip to main content

NetworkInterface



Resource Icon

Resource Overview

Network Interface is a network connectivity resource that enables a Virtual Machine to communicate with resources inside a Virtual Network, the internet, and on-premises networks.
It belongs to a Subnet and is assigned IP addresses, and can optionally be associated with a Public IP for external communication.
A single Network Interface can define multiple IP Configurations to support various networking scenarios.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

Basic Settings

  • included_subnet_name : Name of the Subnet that includes the Network Interface

IP Configuration (ip_configuration)

  • ip_configuration.is_primary : Whether the primary IP Configuration is enabled - true, false

  • ip_configuration.private_ip_address_allocation : Private IP address allocation method - Dynamic, Static

  • ip_configuration.private_ip_address : Private IP address

  • ip_configuration.enabled_public_ip : Whether to use a Public IP - true, false

  • ip_configuration.linked_public_ip_name : Name of the Public IP to use

  • tag : Tags used to categorize resources - maximum 512 characters, key:value


References