GetVirtualMachineResult

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.

Constructors

Link copied to clipboard
constructor(id: String, identities: List<GetVirtualMachineIdentity>, location: String, name: String, powerState: String, privateIpAddress: String, privateIpAddresses: List<String>, publicIpAddress: String, publicIpAddresses: List<String>, resourceGroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard
Link copied to clipboard
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