Get Virtual Machine Result
data class GetVirtualMachineResult(val availabilitySets: List<VirtualMachinePropertiesResponseAvailabilitySets>? = null, val azureApiVersion: String, val checkpointType: String? = null, val checkpoints: List<CheckpointResponse>? = null, val cloudId: String? = null, val extendedLocation: ExtendedLocationResponse, val generation: Int? = null, val guestAgentProfile: GuestAgentProfileResponse? = null, val hardwareProfile: HardwareProfileResponse? = null, val id: String, val identity: IdentityResponse? = null, val inventoryItemId: String? = null, val lastRestoredVMCheckpoint: CheckpointResponse, val location: String, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileResponse? = null, val powerState: String, val provisioningState: String, val storageProfile: StorageProfileResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val templateId: String? = null, val type: String, val uuid: String? = null, val vmName: String? = null, val vmmServerId: String? = null)
The VirtualMachines resource definition.
Constructors
Link copied to clipboard
constructor(availabilitySets: List<VirtualMachinePropertiesResponseAvailabilitySets>? = null, azureApiVersion: String, checkpointType: String? = null, checkpoints: List<CheckpointResponse>? = null, cloudId: String? = null, extendedLocation: ExtendedLocationResponse, generation: Int? = null, guestAgentProfile: GuestAgentProfileResponse? = null, hardwareProfile: HardwareProfileResponse? = null, id: String, identity: IdentityResponse? = null, inventoryItemId: String? = null, lastRestoredVMCheckpoint: CheckpointResponse, location: String, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileResponse? = null, powerState: String, provisioningState: String, storageProfile: StorageProfileResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, templateId: String? = null, type: String, uuid: String? = null, vmName: String? = null, vmmServerId: String? = null)
Properties
Link copied to clipboard
Availability Sets in vm.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Checkpoints in the vm.
Link copied to clipboard
Type of checkpoint supported for the vm.
Link copied to clipboard
The extended location.
Link copied to clipboard
Gets or sets the generation for the vm.
Link copied to clipboard
Guest agent status properties.
Link copied to clipboard
Hardware properties.
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
Gets or sets the inventory Item ID for the resource.
Link copied to clipboard
Last restored checkpoint in the vm.
Link copied to clipboard
Network properties.
Link copied to clipboard
OS properties.
Link copied to clipboard
Gets the power state of the virtual machine.
Link copied to clipboard
Gets or sets the provisioning state.
Link copied to clipboard
Storage properties.
Link copied to clipboard
The system data.
Link copied to clipboard
ARM Id of the template resource to use for deploying the vm.
Link copied to clipboard
ARM Id of the vmmServer resource in which this resource resides.