VirtualMachineScaleSetVMInstanceIDs Class
Specifies a list of virtual machine instance IDs from the VM scale set.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetVMInstanceIDs
Constructor
VirtualMachineScaleSetVMInstanceIDs(*, instance_ids: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
instance_ids
|
The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. |
Variables
Name | Description |
---|---|
instance_ids
|
The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. |
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