Get Virtual Machine Scale Set Instance
data class GetVirtualMachineScaleSetInstance(val computerName: String, val instanceId: String, val latestModelApplied: Boolean, val name: String, val powerState: String, val privateIpAddress: String, val privateIpAddresses: List<String>, val publicIpAddress: String, val publicIpAddresses: List<String>, val virtualMachineId: String, val zone: String)
Properties
Link copied to clipboard
The Hostname of this Virtual Machine.
Link copied to clipboard
The Instance ID of this Virtual Machine.
Link copied to clipboard
Whether the latest model has been applied to this Virtual Machine.
Link copied to clipboard
The power state of the virtual machine.
Link copied to clipboard
The Primary Private IP Address assigned to this Virtual Machine.
Link copied to clipboard
A list of Private IP Addresses assigned to this Virtual Machine.
Link copied to clipboard
The virtual machines scale set IP Configuration's PublicIPAddress configuration. The public_ip_address
is documented below.
Link copied to clipboard
A list of the Public IP Addresses assigned to this Virtual Machine.
Link copied to clipboard
The unique ID of the virtual machine.