NetworkProfile Class
Specifies the network interfaces or the networking configuration of the virtual machine.
Constructor
NetworkProfile(*args: Any, **kwargs: Any)
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. Known values are: "2020-11-01" and "2022-11-01". |
|
network_interface_configurations
|
Specifies the networking configurations that will be used to create the virtual machine networking resources. |
Attributes
network_api_version
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations. Known values are: "2020-11-01" and "2022-11-01".
network_api_version: str | _models.NetworkApiVersion | None
network_interface_configurations
Specifies the networking configurations that will be used to create the virtual machine networking resources.
network_interface_configurations: list['_models.VirtualMachineNetworkInterfaceConfiguration'] | None
network_interfaces
Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
network_interfaces: list['_models.NetworkInterfaceReference'] | None