NetworkVirtualApplianceInstanceIds Class
Specifies a list of virtual machine instance IDs from the Network Virtual Appliance VM instances.
- Inheritance
-
azure.mgmt.network._serialization.ModelNetworkVirtualApplianceInstanceIds
Constructor
NetworkVirtualApplianceInstanceIds(*, instance_ids: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
instance_ids
|
The network virtual appliance instance ids. Omitting the network virtual appliance instance ids will result in the operation being performed on all virtual machines belonging to the network virtual appliance. |
Variables
Name | Description |
---|---|
instance_ids
|
The network virtual appliance instance ids. Omitting the network virtual appliance instance ids will result in the operation being performed on all virtual machines belonging to the network virtual appliance. |
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