NetworkProfile Class
Specifies the network interfaces of the virtual machine.
- Inheritance
-
azure.mgmt.compute._serialization.ModelNetworkProfile
Constructor
NetworkProfile(*, network_interfaces: List[_models.NetworkInterfaceReference] | 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. |
Variables
Name | Description |
---|---|
network_interfaces
|
Specifies the list of resource Ids for the network interfaces associated with the virtual machine. |
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