VirtualMachineScaleSetUpdateNetworkConfiguration Class
Describes a virtual machine scale set network profile's network configurations.
- Inheritance
-
azure.mgmt.compute.v2019_03_01.models._models_py3.SubResourceVirtualMachineScaleSetUpdateNetworkConfiguration
Constructor
VirtualMachineScaleSetUpdateNetworkConfiguration(*, id: str | None = None, name: str | None = None, primary: bool | None = None, enable_accelerated_networking: bool | None = None, network_security_group: _models.SubResource | None = None, dns_settings: _models.VirtualMachineScaleSetNetworkConfigurationDnsSettings | None = None, ip_configurations: List[_models.VirtualMachineScaleSetUpdateIPConfiguration] | None = None, enable_ip_forwarding: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource Id. |
name
|
The network configuration name. |
primary
|
Whether this is a primary NIC on a virtual machine. |
enable_accelerated_networking
|
Specifies whether the network interface is accelerated networking-enabled. |
network_security_group
|
The network security group. |
dns_settings
|
The dns settings to be applied on the network interfaces. |
ip_configurations
|
The virtual machine scale set IP Configuration. |
enable_ip_forwarding
|
Whether IP forwarding enabled on this NIC. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
The network configuration name. |
primary
|
Whether this is a primary NIC on a virtual machine. |
enable_accelerated_networking
|
Specifies whether the network interface is accelerated networking-enabled. |
network_security_group
|
The network security group. |
dns_settings
|
The dns settings to be applied on the network interfaces. |
ip_configurations
|
The virtual machine scale set IP Configuration. |
enable_ip_forwarding
|
Whether IP forwarding enabled on this NIC. |
Azure SDK for Python