NetworkProfile Class

Specifies the network interfaces or the networking configuration of the virtual machine.

Inheritance
azure.mgmt.compute._serialization.Model
NetworkProfile

Constructor

NetworkProfile(*, network_interfaces: List[_models.NetworkInterfaceReference] | None = None, network_api_version: str | _models.NetworkApiVersion | None = None, network_interface_configurations: List[_models.VirtualMachineNetworkInterfaceConfiguration] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
network_interfaces

Specifies the list of resource Ids for the network interfaces associated with the virtual machine.

network_api_version

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations. "2020-11-01"

network_interface_configurations

Specifies the networking configurations that will be used to create the virtual machine networking resources.

Variables

Name Description
network_interfaces

Specifies the list of resource Ids for the network interfaces associated with the virtual machine.

network_api_version

specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations. "2020-11-01"

network_interface_configurations

Specifies the networking configurations that will be used to create the virtual machine networking resources.