Get Virtual Machine Result
data class GetVirtualMachineResult(val id: String, val identities: List<GetVirtualMachineIdentity>, val location: String, val name: String, val powerState: String, val privateIpAddress: String, val privateIpAddresses: List<String>, val publicIpAddress: String, val publicIpAddresses: List<String>, val resourceGroupName: String)
A collection of values returned by getVirtualMachine.
Properties
Link copied to clipboard
A identity
block as defined below.
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 Primary Public IP Address assigned to this Virtual Machine.
Link copied to clipboard
A list of the Public IP Addresses assigned to this Virtual Machine.
Link copied to clipboard