VirtualMachineScaleSetVMInstanceIDs Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetVMInstanceIDs
- com.
public class VirtualMachineScaleSetVMInstanceIDs
Specifies a list of virtual machine instance IDs from the VM scale set.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
instanceIds()
Get the instanceIds value. |
Virtual |
withInstanceIds(List<String> instanceIds)
Set the instanceIds value. |
Method Details
instanceIds
public List
Get the instanceIds value.
Returns:
the instanceIds value
withInstanceIds
public VirtualMachineScaleSetVMInstanceIDs withInstanceIds(List
Set the instanceIds value.
Parameters:
instanceIds
- the instanceIds value to set
Returns:
the VirtualMachineScaleSetVMInstanceIDs object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java