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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python