VirtualMachineScaleSetUpdateNetworkProfile Class
Describes a virtual machine scale set network profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetUpdateNetworkProfile
Constructor
VirtualMachineScaleSetUpdateNetworkProfile(*, network_interface_configurations: List[_models.VirtualMachineScaleSetUpdateNetworkConfiguration] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
network_interface_configurations
|
The list of network configurations. |
Variables
Name | Description |
---|---|
network_interface_configurations
|
The list of network configurations. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python