GetVirtualMachineResult

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)